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