mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Prompt login if auth enabled
This commit is contained in:
@@ -50,6 +50,7 @@ function init(adminApp) {
|
||||
auth.getToken,
|
||||
auth.errorHandler
|
||||
);
|
||||
apiApp.get("/auth/login",auth.login);
|
||||
|
||||
// Flows
|
||||
apiApp.get("/flows",flows.get);
|
||||
|
||||
Reference in New Issue
Block a user