File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ import cors from 'cors';
55import { errorHandler } from './lib/errors/ErrorHandler' ;
66import { CustomErrorInterface } from './lib/errors/CustomError' ;
77import { notFoundErr } from './lib/errors/Errors' ;
8- import { router as appRouter } from './api/routes/ app.route' ;
9- import { router as demoRouter } from './api/routes /demo.route' ;
10- import { router as authRouter } from './api/routes /auth.route' ;
11- import { router as userRouter } from './api/routes /user.route' ;
8+ import { router as appRouter } from './api/app.route' ;
9+ import { router as demoRouter } from './api/demo /demo.route' ;
10+ import { router as authRouter } from './api/auth/api /auth.route' ;
11+ import { router as userRouter } from './api/user /user.route' ;
1212import { configurePassport } from './api/auth/passport-auth-config/passport.auth.config' ;
1313
1414dotenv . config ( ) ;
You can’t perform that action at this time.
0 commit comments