Skip to content

Commit 9ce0e38

Browse files
committed
update import for all app related files
1 parent 8e3fee1 commit 9ce0e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts-esm-async-await/src/api/app.route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import express, { IRouter } from 'express';
2-
import { getAppController } from '../controllers/app.controller';
2+
import { getAppController } from './app.controller';
33

44
const router: IRouter = express.Router();
55

0 commit comments

Comments
 (0)