From aa12ea2b2580ef1cc6a7fc7e2b619152139cec9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 2 May 2024 22:59:55 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index 3aeaad2..9f0b7aa 100644 --- a/manifest.toml +++ b/manifest.toml @@ -72,14 +72,14 @@ ram.runtime = "200M" main.url = "/" api.url = "/api" - api.allow = "visitors" + api.allowed = "visitors" api.auth_header = false - api.protect = true + api.protected = true share.url = "/share" - share.allow = "visitors" + share.allowed = "visitors" share.auth_header = false - share.protect = true + share.protected = true [resources.ports] main.default = 4001