diff --git a/src/index.ts b/src/index.ts index 9ae33d0..ffa6edb 100644 --- a/src/index.ts +++ b/src/index.ts @@ -330,7 +330,7 @@ app.post("/submit", auth0Middleware, async (c) => { } return c.json({ success: "Submitted" }); }); -} }); + export default app;