Skip to content

Commit 2ffa13c

Browse files
committed
update import for app.controller file
1 parent 30fb78c commit 2ffa13c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Request, Response } from 'express';
2-
import { success } from '../../lib/helpers';
2+
import { success } from '../lib/helpers';
33

44
export const getAppController = async (req: Request, res: Response) => {
55
const message = 'App works!';

0 commit comments

Comments
 (0)