fix: 修改管理端地址,更加规范
This commit is contained in:
parent
51733d88e8
commit
62f935c2f3
|
|
@ -19,7 +19,7 @@ import (
|
||||||
const (
|
const (
|
||||||
OfficialConfigURL = "http://localhost:8080/api/configs/official.json"
|
OfficialConfigURL = "http://localhost:8080/api/configs/official.json"
|
||||||
UserConfigURL = "http://localhost:8080/api/configs/user.json"
|
UserConfigURL = "http://localhost:8080/api/configs/user.json"
|
||||||
CenterServerURL = "ws://localhost:8080/ws/monitor"
|
CenterServerURL = "ws://localhost:8090/api/v1/ws"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user