mirror of
https://github.com/YunoHost-Apps/paheko_ynh.git
synced 2024-09-03 19:56:22 +02:00
try debug api
This commit is contained in:
parent
c0fbeb5989
commit
c3f4e90aff
2 changed files with 1 additions and 8 deletions
|
@ -1,7 +0,0 @@
|
||||||
<html>
|
|
||||||
<head><title>301 Moved Permanently</title></head>
|
|
||||||
<body>
|
|
||||||
<center><h1>301 Moved Permanently</h1></center>
|
|
||||||
<hr><center>nginx</center>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -48,7 +48,7 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources.permissions]
|
[resources.permissions]
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
api.url = "/api"
|
api.url = "/api/*"
|
||||||
api.allowed = ["visitors", "all_users"]
|
api.allowed = ["visitors", "all_users"]
|
||||||
api.show_tile = false
|
api.show_tile = false
|
||||||
api.protected = true
|
api.protected = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue