diff --git a/manifest.toml b/manifest.toml index 6ee71bc..354c391 100644 --- a/manifest.toml +++ b/manifest.toml @@ -45,6 +45,10 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" + api.url = "/api" + api.show_tile = false + api.allowed = ["visitors"] + api.protected = true [resources.apt] packages = "php8.2-xml php8.2-zip php8.2-redis php8.2-mbstring php8.2-curl"