From 393a6a6486c3e91b3b81bd898fdbb962f8aeb52b Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 23 Aug 2023 17:48:44 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest.toml b/manifest.toml index 0d7d7a9..f4406aa 100644 --- a/manifest.toml +++ b/manifest.toml @@ -64,6 +64,9 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" + api.url = "/api" + api.allowed = "visitors" + api.auth_header = false [resources.apt] packages = "sqlite3"