From 075ca747dfab4b686cee46bff521f37c67401b97 Mon Sep 17 00:00:00 2001 From: marcos-silva-rodrigues Date: Mon, 8 Sep 2025 09:26:47 -0300 Subject: [PATCH] FIX: ghost commit --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index ee5a1f2..13a6dff 100644 --- a/src/main.ts +++ b/src/main.ts @@ -25,7 +25,7 @@ async function bootstrap() { methods: 'GET,HEAD,PUT,PATCH,POST,DELETE', preflightContinue: false, optionsSuccessStatus: 204, - credentials: true + credentials: true, }, }); app.use(helmet());