We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c72cf3d commit 9c4924eCopy full SHA for 9c4924e
client/netlify.toml
@@ -6,4 +6,9 @@
6
for = "/*"
7
[headers.values]
8
Access-Control-Allow-Origin = "*"
9
- Access-Control-Allow-Methods = "GET, POST, PUT, DELETE, OPTION"
+ Access-Control-Allow-Method = '''
10
+ GET,
11
+ POST,
12
+ PUT,
13
+ DELETE
14
+ OPTION'''
0 commit comments