Browse Source

Update cors for extension

Will Browning 4 years ago
parent
commit
afb5b4a8da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/cors.php

+ 1 - 1
config/cors.php

@@ -17,7 +17,7 @@ return [
 
     'paths' => ['api/*'],
 
-    'allowed_methods' => ['GET', 'POST', 'OPTIONS'],
+    'allowed_methods' => ['GET', 'POST', 'DELETE', 'PATCH', 'OPTIONS'],
 
     'allowed_origins' => ['*'],