From 7a8568871926f2b39999b5cae8f48ccf161997c1 Mon Sep 17 00:00:00 2001 From: wuko233 Date: Fri, 13 Mar 2026 15:13:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6URL=E4=BB=A5=E4=BD=BF=E7=94=A8=E6=96=B0?= =?UTF-8?q?=E7=9A=84=E7=AB=AF=E5=8F=A3=E5=92=8CAPI=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/sysmonitord/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/sysmonitord/main.go b/cmd/sysmonitord/main.go index 7ca427d..eff1550 100644 --- a/cmd/sysmonitord/main.go +++ b/cmd/sysmonitord/main.go @@ -17,8 +17,8 @@ import ( ) const ( - OfficialConfigURL = "http://localhost:8080/api/configs/official.json" - UserConfigURL = "http://localhost:8080/api/configs/user.json" + OfficialConfigURL = "http://localhost:8090/api/v1/configs/official.json" + UserConfigURL = "http://localhost:8090/api/v1/configs/user.json" CenterServerURL = "ws://localhost:8090/api/v1/ws" )