mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Move over to settings.adminAuth
This commit is contained in:
@@ -60,7 +60,6 @@ function init(adminApp) {
|
||||
);
|
||||
adminApp.get("/auth/login",auth.login);
|
||||
adminApp.post("/auth/revoke",auth.revoke);
|
||||
|
||||
|
||||
// Flows
|
||||
adminApp.get("/flows",flows.get);
|
||||
|
||||
Reference in New Issue
Block a user