Update web UI listen port in user_config.json to 7001

This commit is contained in:
Kyush 2026-04-27 10:36:01 +00:00
commit fc2ede45b8

View file

@ -5,6 +5,6 @@
"webui" : "webui" :
{ {
"force_https": true, "force_https": true,
"listen" : "127.0.0.1:8888" "listen" : "127.0.0.1:7001"
} }
} }