🎨 修改服务监听主机为全部
This commit is contained in:
parent
3747221005
commit
784449aefd
@ -17,7 +17,7 @@ namespace lucky {
|
||||
using namespace lucky::common;
|
||||
|
||||
Service::Service(){
|
||||
HttpServer::GetInstance().Init("http://127.0.0.1:9527");
|
||||
HttpServer::GetInstance().Init("http://0.0.0.0:9527");
|
||||
ContactController::GetInstance();
|
||||
MsgController::GetInstance();
|
||||
ChatRoomController::GetInstance();
|
||||
|
Loading…
Reference in New Issue
Block a user