fix missed prettier formatting
This commit is contained in:
@@ -27,7 +27,7 @@ async function bootstrap() {
|
|||||||
app.enableCors();
|
app.enableCors();
|
||||||
} else if (process.env.ALLOW_CORS_ORIGIN) {
|
} else if (process.env.ALLOW_CORS_ORIGIN) {
|
||||||
app.enableCors({
|
app.enableCors({
|
||||||
origin: process.env.ALLOW_CORS_ORIGIN
|
origin: process.env.ALLOW_CORS_ORIGIN,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user