Browse Source

Fix manifest permissions

Félix Piédallu 2 years ago
parent
commit
36dac5ae8b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      manifest.toml

+ 1 - 1
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