diff --git a/manifest.toml b/manifest.toml index af560cd..3aeaad2 100644 --- a/manifest.toml +++ b/manifest.toml @@ -70,7 +70,17 @@ ram.runtime = "200M" [resources.permissions] main.url = "/" - + + api.url = "/api" + api.allow = "visitors" + api.auth_header = false + api.protect = true + + share.url = "/share" + share.allow = "visitors" + share.auth_header = false + share.protect = true + [resources.ports] main.default = 4001