From bca128ed9224d829c7a18a9fd24b1a11cd3ae059 Mon Sep 17 00:00:00 2001 From: David Arranz Date: Mon, 16 Sep 2024 11:23:49 +0200 Subject: [PATCH] . --- server/src/infrastructure/express/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: [