mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-01 19:32:27 +08:00
fix (middleware): add middleware to config endpoint
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user