mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
Update manifest.toml
This commit is contained in:
parent
d4650b95ef
commit
da00938703
1 changed files with 3 additions and 3 deletions
|
@ -51,14 +51,14 @@ ram.runtime = "50M"
|
|||
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
main.add_url = ["/webmin"]
|
||||
main.add_url = "/webmin"
|
||||
|
||||
api.url = "/bma"
|
||||
api.additional_urls = "/ws2p"
|
||||
api.additional_urls = ["/ws2p"]
|
||||
api.auth_header = false
|
||||
api.allowed = "visitors"
|
||||
|
||||
apis.url = "/bma"
|
||||
apis.additional_urls = "/ws2p"
|
||||
apis.additional_urls = ["/ws2p"]
|
||||
apis.auth_header = false
|
||||
apis.allowed = "visitors"
|
||||
|
|
Loading…
Add table
Reference in a new issue