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() {