fix (middleware): add middleware to config endpoint

This commit is contained in:
Mickael Kerjean
2023-04-25 10:29:02 +10:00
parent ef00fa77a3
commit 9a6af501e4
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ class MiddlewareModel {
}
getAllAuthentication() {
return http_get("/api/middlewares/authentication").then((r) => r.result);
return http_get("/admin/api/middlewares/authentication").then((r) => r.result);
}
}