diff --git a/tests/test_httpApi.cpp b/tests/test_httpApi.cpp index 774484d6..413a872b 100644 --- a/tests/test_httpApi.cpp +++ b/tests/test_httpApi.cpp @@ -113,7 +113,7 @@ int main(int argc,char *argv[]){ //开启http服务器 TcpServer::Ptr httpSrv(new TcpServer()); - httpSrv->start(mINI::Instance()[Config::Http::kPort]);//默认80 + httpSrv->start(mINI::Instance()[Config::Http::kPort]);//默认80 #ifdef ENABLE_OPENSSL //如果支持ssl,还可以开启https服务器