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" )