FIX: ghost commit

This commit is contained in:
marcos-silva-rodrigues
2025-09-08 09:26:47 -03:00
parent 9ead4588c1
commit 075ca747df
+1 -1
View File
@@ -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());