fixed login issue
This commit is contained in:
@@ -7,5 +7,4 @@ let app = require('../irext_console.js');
|
||||
let authenticationService = require('../services/authentication_service.js');
|
||||
|
||||
app.post('/irext/certificate/admin_login', authenticationService.adminLogin);
|
||||
app.post('/irext/certificate/token_verify', authenticationService.verifyToken);
|
||||
app.post('/irext/certificate/change_pw', authenticationService.changePassword);
|
||||
app.post('/irext/certificate/token_verify', authenticationService.verifyToken);
|
||||
Reference in New Issue
Block a user