From 11b88905480c81b2ac519c7c3362595e06ed2322 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 2 Sep 2023 12:19:39 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 4 ++++ 1 file changed, 4 insertions(+) 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"