diff --git a/manifest.toml b/manifest.toml index 9022d58..2e8c343 100644 --- a/manifest.toml +++ b/manifest.toml @@ -60,6 +60,10 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" + api.url = "/api" + api.show_tile = false + api.allowed = "visitors" + api.auth_header = false [resources.ports] main.default = 8787