private cloud update 2020-06-14
1. completed i18n for private cloud (foreground and background) 2. fixed issues
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
* 2016-11-27
|
||||
*/
|
||||
|
||||
var app = require('../irext_console.js');
|
||||
var authenticationService = require('../services/authentication_service.js');
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user