From 93804380e906248b347ca356f0c39b70fa5bcdec Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 17 Jan 2024 00:10:59 +0100 Subject: [PATCH] fix --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 9dc8af4..966c646 100644 --- a/manifest.toml +++ b/manifest.toml @@ -54,11 +54,11 @@ ram.runtime = "50M" main.url = "/" api.url = "/api" api.allowed = "visitors" - api.auth_header =false + api.auth_header = false api.show_tile = false api.protected = true download.url = "/download" download.allowed = "visitors" download.auth_header = false download.show_tile = false - download.additional_urls = [ "re:^/.*.css$", "re:^/.*.js$", "re:^/.*.svg$", "re:^/.*.woff2$", "re:^/favicon.*.png$" \ No newline at end of file + download.additional_urls = [ "re:^/.*.css$", "re:^/.*.js$", "re:^/.*.svg$", "re:^/.*.woff2$", "re:^/favicon.*.png$" ] \ No newline at end of file