We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 497905e commit 4ae93efCopy full SHA for 4ae93ef
application/index.js
@@ -1,4 +1,4 @@
1
-import Router from "./routes";
+import Router from "./routes.js";
2
3
export async function handler(event, context) {
4
console.log("EVENT: \n" + JSON.stringify(event, null, 2));
0 commit comments