fix: 修改管理端地址,更加规范

This commit is contained in:
wuko233 2026-03-13 15:09:52 +08:00
parent 51733d88e8
commit 62f935c2f3

View File

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