feat: Correct User Exists Validation

This commit is contained in:
diallolatoile 2026-01-06 23:52:54 +00:00
parent 92781b69e5
commit 61b3746b2c

View File

@ -21,7 +21,6 @@ async function bootstrap() {
// CORS // CORS
app.enableCors({ app.enableCors({
origin: process.env.CORS_ORIGINS?.split(',') || '*', origin: process.env.CORS_ORIGINS?.split(',') || '*',
credentials: true,
}); });
// Swagger // Swagger