change folder structure
This commit is contained in:
parent
a332e4d779
commit
a09c75a998
167 changed files with 262 additions and 246 deletions
|
@ -1,5 +1,5 @@
|
|||
import { NextFunction, Request, Response } from "express";
|
||||
import UserService from "../service/user/userService";
|
||||
import UserService from "../service/management/userService";
|
||||
import CustomRequestException from "../exceptions/customRequestException";
|
||||
|
||||
export default async function allowSetup(req: Request, res: Response, next: NextFunction) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue