🎨 修改服务监听主机为全部

This commit is contained in:
李寻欢 2024-06-13 09:21:49 +08:00
parent 3747221005
commit 784449aefd

View File

@ -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();