Skip to content

Commit 9c4924e

Browse files
authored
Update netlify.toml
1 parent c72cf3d commit 9c4924e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

client/netlify.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,9 @@
66
for = "/*"
77
[headers.values]
88
Access-Control-Allow-Origin = "*"
9-
Access-Control-Allow-Methods = "GET, POST, PUT, DELETE, OPTION"
9+
Access-Control-Allow-Method = '''
10+
GET,
11+
POST,
12+
PUT,
13+
DELETE
14+
OPTION'''

0 commit comments

Comments
 (0)