From 3a90de9e68ffc23c5d6af5d27b6ed5447e11ac31 Mon Sep 17 00:00:00 2001 From: Laurent GAY Date: Mon, 18 Dec 2023 14:20:56 +0100 Subject: [PATCH] Correct admin.url --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 1220eae..f4cd061 100644 --- a/manifest.toml +++ b/manifest.toml @@ -98,7 +98,7 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" - admin.url = "/" + admin.url = null admin.show_tile = false admin.allowed = "admins"