Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
WLaoDuo committed Oct 12, 2024
1 parent 8859b1a commit d1d7fa4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webdemo.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ func main() {
}
log.Println(err_tls)
log.Printf("找不到证书和私钥,\033[33m%d\033[0m端口启用http", *port)

// http.Handle("/", authHandler) //当前目录
err_http := http.ListenAndServe(":"+strconv.Itoa(*port), mux)
//监听8080端口,外网可访问http://ip:port
Expand Down

0 comments on commit d1d7fa4

Please sign in to comment.