We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 893cc88 commit 6fc619dCopy full SHA for 6fc619d
Projects/BooksLibrary/src/api/routes/user.routes.ts
@@ -1,5 +1,5 @@
1
import express from 'express';
2
-import { Loader } from '../../../startup/loader';
+import { Loader } from '../../startup/loader';
3
import { UserController } from '../controllers/user.controller';
4
5
///////////////////////////////////////////////////////////////////////////////////
0 commit comments