|
|
@@ -3,8 +3,8 @@ import { createHash } from 'crypto';
|
|
|
import { NextFunction, Request, Response, Router, RouterOptions, json as jsonBodyParser } from 'express';
|
|
|
import moment from 'moment';
|
|
|
|
|
|
-import { AuthenticationException } from '../model/err/authentication.exception';
|
|
|
-import { SessionHandler } from './helpers/session-handler.class';
|
|
|
+import { AuthenticationException } from '../../model/err/authentication.exception';
|
|
|
+import { SessionHandler } from './session-handler.class';
|
|
|
|
|
|
const STATIC_USERS = {
|
|
|
testuser: 'bc2d5cc456b81caa403661411cc72a309c39677d035b74b713a5ba02412d9eff' // pass1234
|