From 931afeadd6d0f22a832444f26c22fad3f1d62b68 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Wed, 17 Jan 2024 02:42:52 +0100 Subject: [PATCH] Update manifest.toml: additional_urls should be a list --- manifest.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 854ee75..c9fd8e0 100644 --- a/manifest.toml +++ b/manifest.toml @@ -52,12 +52,14 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" - main.additional_urls = "/api/upload" + main.additional_urls = ["/api/upload"] + api.url = "/api" api.allowed = "visitors" api.auth_header = false api.show_tile = false api.protected = true + download.url = "/download" download.allowed = "visitors" download.auth_header = false