chore: add crude for admin
This commit is contained in:
@@ -18,6 +18,7 @@ async function bootstrap() {
|
||||
|
||||
app.enableCors({
|
||||
origin: true,
|
||||
methods: ["GET", "POST", "PUT", "DELETE", "PATCH", "OPTIONS"],
|
||||
credentials: true,
|
||||
optionsSuccessStatus: 204,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user