From 8ab680e08274da4c7815c3a1a2ed7bfc05460be3 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 22 Feb 2024 15:17:10 +0100 Subject: [PATCH] api.additional_urls = "/?id=" --- manifest.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.toml b/manifest.toml index 9c10129..8a41893 100644 --- a/manifest.toml +++ b/manifest.toml @@ -61,6 +61,7 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" api.url = "/api" + api.additional_urls = "/?id=" api.show_tile = false api.allowed = "visitors" api.auth_header = false