From 1932b08bb1e8786f118196a065de8ee24101695e Mon Sep 17 00:00:00 2001 From: lapineige Date: Mon, 5 Feb 2024 20:34:10 +0100 Subject: [PATCH] add web endpoint port --- manifest.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.toml b/manifest.toml index 5a23f7a..a2d93de 100644 --- a/manifest.toml +++ b/manifest.toml @@ -76,6 +76,7 @@ ram.runtime = "50M" main.default = 4000 main.exposed = "TCP" api.default = 5000 + web.default = 6000 [resources.system_user]