mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
Fix the CORS methods for the API
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
43ece81a57
commit
a2483d6b2b
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@
|
|||
|
||||
[headers.values]
|
||||
Access-Control-Allow-Origin = "*"
|
||||
Access-Control-Allow-Methods = "*"
|
||||
Access-Control-Allow-Methods = "GET"
|
||||
|
||||
[[headers]]
|
||||
for = "/*"
|
||||
|
|
Loading…
Add table
Reference in a new issue