Make the API public

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-09-23 01:12:37 +03:00
parent 853a6faef4
commit 43ece81a57

View file

@ -167,6 +167,13 @@
compress = true compress = true
# -------------- # --------------
[[headers]]
for = "/api/*"
[headers.values]
Access-Control-Allow-Origin = "*"
Access-Control-Allow-Methods = "*"
[[headers]] [[headers]]
for = "/*" for = "/*"