Skip to content

Commit 4ae93ef

Browse files
committed
fix(app): add file suffix to the file
1 parent 497905e commit 4ae93ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Router from "./routes";
1+
import Router from "./routes.js";
22

33
export async function handler(event, context) {
44
console.log("EVENT: \n" + JSON.stringify(event, null, 2));

0 commit comments

Comments
 (0)