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