mirror of
https://github.com/YunoHost-Apps/lidarr_ynh.git
synced 2024-09-03 19:35:58 +02:00
Fix manifest.toml resources.permissions.api.url (#17)
This commit is contained in:
parent
cf488675b4
commit
a51f09538d
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ ram.runtime = "50M"
|
|||
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
api.main.url = "/api"
|
||||
api.url = "/api"
|
||||
api.allowed = "visitors"
|
||||
api.show_tile = false
|
||||
api.protected = true
|
||||
|
|
Loading…
Reference in a new issue