diff --git a/api/src/index.ts b/api/src/index.ts index 95a3803..24739d4 100644 --- a/api/src/index.ts +++ b/api/src/index.ts @@ -11,6 +11,7 @@ const app = new Hono(); app.use(logger()); app.use("*", async (c, next) => { + console.log({ config }); const corsMiddleware = cors({ origin: config.CORS_ORIGIN, allowHeaders: [