From ec11f99f59fb420c434daf492a70e31e90e3e498 Mon Sep 17 00:00:00 2001 From: MehdiSele <43189584+MehdiSele@users.noreply.github.com> Date: Tue, 28 Apr 2026 22:19:44 +0330 Subject: [PATCH] Update setting.js --- web/assets/js/model/setting.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/assets/js/model/setting.js b/web/assets/js/model/setting.js index d61d4b8e..abef9ef6 100644 --- a/web/assets/js/model/setting.js +++ b/web/assets/js/model/setting.js @@ -3,7 +3,7 @@ class AllSetting { constructor(data) { this.webListen = ""; this.webDomain = ""; - this.webPort = 2053; + this.webPort = 443; this.webCertFile = ""; this.webKeyFile = ""; this.webBasePath = "/"; @@ -89,4 +89,4 @@ class AllSetting { equals(other) { return ObjectUtil.equals(this, other); } -} \ No newline at end of file +}