mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 09:39:25 +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
|
||||
# --------------
|
||||
|
||||
[[headers]]
|
||||
for = "/api/*"
|
||||
|
||||
[headers.values]
|
||||
Access-Control-Allow-Origin = "*"
|
||||
Access-Control-Allow-Methods = "*"
|
||||
|
||||
[[headers]]
|
||||
for = "/*"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue