This commit is contained in:
richboo111
2023-04-26 14:16:56 +08:00
parent d370610b41
commit ddfec752c0
3 changed files with 5 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ func Init() {
go Manager.Start()
fmt.Printf("服务器启动成功,端口号:%s\n", CommonSetting.HttpPort)
//fmt.Printf("服务器启动成功,端口号:%s\n", CommonSetting.HttpPort)
}
func Run(w http.ResponseWriter, r *http.Request) {