mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
"additional_urls" should be a list
This commit is contained in:
parent
fa7bcb3c3d
commit
9f37e69208
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ ram.runtime = "50M"
|
|||
[resources.permissions]
|
||||
main.url = "/"
|
||||
api.url = "/api"
|
||||
api.additional_urls = "/scripts/api.js"
|
||||
api.additional_urls = ["/scripts/api.js"]
|
||||
api.allowed = "visitors"
|
||||
api.auth_header = false
|
||||
api.show_tile = false
|
||||
|
|
Loading…
Add table
Reference in a new issue