diff --git a/templates/config/cors.txt b/templates/config/cors.txt index d09e71ed..e42d8ead 100644 --- a/templates/config/cors.txt +++ b/templates/config/cors.txt @@ -56,7 +56,7 @@ const corsConfig: CorsConfig = { | | Following is the list of default methods. Feel free to add more. */ - methods: ['GET', 'HEAD', 'POST', 'PUT', 'DELETE'], + methods: ['GET', 'HEAD', 'POST', 'PUT', 'PATCH', 'DELETE'], /* |--------------------------------------------------------------------------