1
0
Fork 0
This commit is contained in:
OniriCorpe 2024-01-16 22:40:16 +01:00
parent 5832eaf78a
commit 0973a5e4b2
1 changed files with 2 additions and 2 deletions

View File

@ -54,10 +54,10 @@ ram.runtime = "50M"
main.url = "/"
api.url = "/api"
api.allowed = "visitors"
api.auth_header =false
api.auth_header = false
api.show_tile = false
api.protected = true
download.url = "/download"
download.allowed = "visitors"
download.auth_header =false
download.auth_header = false
download.show_tile = false