From 915aeb3604c637b3c0faeddaf6e1ca9e1ceea07a Mon Sep 17 00:00:00 2001 From: Sylvain Pasche Date: Sat, 31 May 2025 10:29:17 +0200 Subject: feat: Allow PATCH method in CORS headers (#1489) --- apps/web/next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/web/next.config.mjs b/apps/web/next.config.mjs index 3eadbf91..df864f22 100644 --- a/apps/web/next.config.mjs +++ b/apps/web/next.config.mjs @@ -34,7 +34,7 @@ const nextConfig = withPWA({ // Allows for specific methods accepted { key: "Access-Control-Allow-Methods", - value: "GET, POST, PUT, DELETE, OPTIONS", + value: "GET, POST, PUT, PATCH, DELETE, OPTIONS", }, // Allows for specific headers accepted (These are a few standard ones) { -- cgit v1.2.3-70-g09d2