优化http路由规则

This commit is contained in:
duanhf2012
2019-12-13 17:52:59 +08:00
parent ac435cc156
commit 7c37cba487
5 changed files with 282 additions and 161 deletions

View File

@@ -13,7 +13,7 @@ type WSServerService struct {
port uint16
messageReciver network.IMessageReceiver
bEnableCompression bool
}
}
func (ws *WSServerService) OnInit() error {