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