From 36dac5ae8bfb905be15389382f72e16db212aa07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Wed, 20 Mar 2024 15:54:21 +0100 Subject: [PATCH] Fix manifest permissions --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 8d8bf84..593888c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -81,7 +81,7 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen [resources.permissions] main.url = "/" - mani.allowed = "admins" + main.allowed = "admins" [resources.ports] main.default = 4711