fix: 更新配置文件URL以使用新的端口和API版本
This commit is contained in:
parent
ed2fec4a0b
commit
7a85688719
|
|
@ -17,8 +17,8 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
OfficialConfigURL = "http://localhost:8080/api/configs/official.json"
|
OfficialConfigURL = "http://localhost:8090/api/v1/configs/official.json"
|
||||||
UserConfigURL = "http://localhost:8080/api/configs/user.json"
|
UserConfigURL = "http://localhost:8090/api/v1/configs/user.json"
|
||||||
CenterServerURL = "ws://localhost:8090/api/v1/ws"
|
CenterServerURL = "ws://localhost:8090/api/v1/ws"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user