diff --git a/manifest.toml b/manifest.toml index c289040..6f71cf0 100644 --- a/manifest.toml +++ b/manifest.toml @@ -62,12 +62,19 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" + api.url = "/api" api.allowed = "visitors" api.auth_header = false api.show_tile = false api.protected = true + inbox.url = "/inbox" + inbox.allowed = "visitors" + inbox.auth_header = false + inbox.show_tile = false + inbox.protected = true + [resources.apt] packages = "postgresql espeak"