Skip to content
Snippets Groups Projects
Commit e60ebca8 authored by michael.minelli's avatar michael.minelli
Browse files

SessionRoutes => Modify import of ApiRequest file

parent 578f6c36
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ import { StatusCodes } from 'http-status-codes';
import * as bcrypt from 'bcryptjs';
import RoutesManager from '../express/RoutesManager';
import ParamsValidatorMiddleware from '../middlewares/ParamsValidatorMiddleware';
import ApiRequest from '../models/ApiRequest';
import ApiRequest from '../types/ApiRequest';
import UserManager from '../managers/UserManager';
import User from '../models/User';
import SecurityMiddleware from '../middlewares/SecurityMiddleware';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment