From 80d77305aaa825d0dc4d2e5d01d63798f6fa3654 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 26 Sep 2023 12:19:37 +0200 Subject: [PATCH] Fix default install path --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 1102a1d..9958b7f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -37,7 +37,7 @@ ram.runtime = "10M" [install.path] type = "path" - default = "/example" + default = "/httpsh" [install.init_main_permission] type = "group"