Skip to content

Commit c72cf3d

Browse files
authored
Update netlify.toml
1 parent b875d97 commit c72cf3d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

client/netlify.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@
22
from = "/*"
33
to = "/"
44
status = 200
5+
[[headers]]
6+
for = "/*"
7+
[headers.values]
8+
Access-Control-Allow-Origin = "*"
9+
Access-Control-Allow-Methods = "GET, POST, PUT, DELETE, OPTION"

0 commit comments

Comments
 (0)