1
0
Fork 0

Update manifest.toml: additional_urls should be a list

This commit is contained in:
Alexandre Aubin 2024-01-17 02:42:52 +01:00 committed by GitHub
parent 0bde20dd89
commit 931afeadd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -52,12 +52,14 @@ ram.runtime = "50M"
[resources.permissions]
main.url = "/"
main.additional_urls = "/api/upload"
main.additional_urls = ["/api/upload"]
api.url = "/api"
api.allowed = "visitors"
api.auth_header = false
api.show_tile = false
api.protected = true
download.url = "/download"
download.allowed = "visitors"
download.auth_header = false