Fix the CORS methods for the API

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

View file

@ -172,7 +172,7 @@
[headers.values]
Access-Control-Allow-Origin = "*"
Access-Control-Allow-Methods = "*"
Access-Control-Allow-Methods = "GET"
[[headers]]
for = "/*"