From 62f935c2f3dd8bdce89d4259a3d5ffbb4097fbd9 Mon Sep 17 00:00:00 2001 From: wuko233 Date: Fri, 13 Mar 2026 15:09:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E7=AB=AF=E5=9C=B0=E5=9D=80=EF=BC=8C=E6=9B=B4=E5=8A=A0=E8=A7=84?= =?UTF-8?q?=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/sysmonitord/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/sysmonitord/main.go b/cmd/sysmonitord/main.go index 5933e05..7ca427d 100644 --- a/cmd/sysmonitord/main.go +++ b/cmd/sysmonitord/main.go @@ -19,7 +19,7 @@ import ( const ( OfficialConfigURL = "http://localhost:8080/api/configs/official.json" UserConfigURL = "http://localhost:8080/api/configs/user.json" - CenterServerURL = "ws://localhost:8080/ws/monitor" + CenterServerURL = "ws://localhost:8090/api/v1/ws" ) func main() {