fixed login issue

This commit is contained in:
strawmanbobi
2020-12-02 20:57:55 +08:00
parent bef31aac0c
commit a6ad39ce0d
11 changed files with 12 additions and 64 deletions

View File

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