mirror of
https://github.com/YunoHost-Apps/send_ynh.git
synced 2024-09-03 20:25:53 +02:00
restrict upload api following the main url
This commit is contained in:
parent
4de9900344
commit
b11796f663
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources.permissions]
|
[resources.permissions]
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
|
main.additional_urls = "/api/upload"
|
||||||
api.url = "/api"
|
api.url = "/api"
|
||||||
api.allowed = "visitors"
|
api.allowed = "visitors"
|
||||||
api.auth_header = false
|
api.auth_header = false
|
||||||
|
|
Loading…
Add table
Reference in a new issue