diff --git a/manifest.toml b/manifest.toml index 6b64cde..bafb0d8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -54,10 +54,10 @@ 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.auth_header = false download.show_tile = false \ No newline at end of file