This commit is contained in:
Arthur Belleville 2025-07-14 17:37:16 +02:00
parent bb4a9e4382
commit 46c9ed00d6
No known key found for this signature in database

View file

@ -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: [