diff --git a/manifest.toml b/manifest.toml index 9f3b4b1..55520a9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -61,6 +61,10 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" main.auth_header = false + api.url = "/api" + api.show_tile = false + api.allowed = "visitors" + api.auth_header = false [resources.ports] @@ -69,4 +73,3 @@ ram.runtime = "50M" [resources.database] type = "postgresql" -