Move over to settings.adminAuth

This commit is contained in:
Nick O'Leary
2014-11-12 20:58:48 +00:00
parent 74e1ef0823
commit f3eb85c449
6 changed files with 7 additions and 15 deletions

View File

@@ -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);