From 46c9ed00d6209d645c3a6e133ccc9d6afd288c3d Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Mon, 14 Jul 2025 17:37:16 +0200 Subject: [PATCH] Log --- api/src/index.ts | 1 + 1 file changed, 1 insertion(+) 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: [