提交 0e131523 编写于 作者: Administrator's avatar Administrator

Update main.go

上级 6bf77902
...@@ -52,7 +52,7 @@ func Start() { ...@@ -52,7 +52,7 @@ func Start() {
// 创建一个新的 HTTP 服务器 // 创建一个新的 HTTP 服务器
server := &http.Server{ server := &http.Server{
Addr: ":8090", Addr: ":8080",
Handler: http.HandlerFunc(handler), Handler: http.HandlerFunc(handler),
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册