aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/web/next.config.mjs2
1 files changed, 1 insertions, 1 deletions
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)
{