9900
This commit is contained in:
parent
d786f894fe
commit
4cbb28901e
|
@ -21,7 +21,7 @@ func main() {
|
|||
|
||||
// 初始化http server
|
||||
ip := GetIp()
|
||||
port := 9888
|
||||
port := 9900
|
||||
router := httpengine.NewRouter()
|
||||
controller.Init(router)
|
||||
srv := &http.Server{
|
||||
|
|
Loading…
Reference in New Issue