mirror of
https://github.com/type-challenges/type-challenges.git
synced 2025-12-08 19:06:13 +00:00
feat: cors
This commit is contained in:
parent
4d1d31c80f
commit
8b8a9ea2b3
@ -5,3 +5,8 @@
|
||||
from = "/"
|
||||
to = "/index.html"
|
||||
status = 200
|
||||
|
||||
[[headers]]
|
||||
for = "/*"
|
||||
[headers.values]
|
||||
Access-Control-Allow-Origin = "*"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user