Skip to content

Commit d256736

Browse files
authored
Return headers for all endpoints (#235)
1 parent 206145e commit d256736

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
command = "npm run download && npm run build"
44
publish = "public/"
55
[[headers]]
6-
for = "/graphql*"
6+
for = "/*"
77
[headers.values]
88
Access-Control-Allow-Origin = "*"
99
Access-Control-Allow-Headers = "*"

0 commit comments

Comments
 (0)