mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
Make the API public
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
853a6faef4
commit
43ece81a57
1 changed files with 7 additions and 0 deletions
|
@ -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 = "/*"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue