feat: Correct User Exists Validation
This commit is contained in:
parent
92781b69e5
commit
61b3746b2c
@ -21,7 +21,6 @@ async function bootstrap() {
|
||||
// CORS
|
||||
app.enableCors({
|
||||
origin: process.env.CORS_ORIGINS?.split(',') || '*',
|
||||
credentials: true,
|
||||
});
|
||||
|
||||
// Swagger
|
||||
|
||||
Loading…
Reference in New Issue
Block a user