diff --git a/server/src/infrastructure/express/app.ts b/server/src/infrastructure/express/app.ts index 61ddacd..5629a99 100644 --- a/server/src/infrastructure/express/app.ts +++ b/server/src/infrastructure/express/app.ts @@ -28,7 +28,7 @@ app.use(responseTime()); app.use( cors({ origin: config.server.cors_origin, - methods: "GET,POST,PUT,DELETE", + methods: "GET,POST,PUT,DELETE,OPTIONS", credentials: true, exposedHeaders: [