From ae30e2c0defd5a3a56b0f756bd2a5b29df55ba48 Mon Sep 17 00:00:00 2001 From: "suguo.yao" Date: Mon, 15 May 2023 13:50:50 +0800 Subject: [PATCH] =?UTF-8?q?gin=E9=BB=98=E8=AE=A4=E7=AB=AF=E5=8F=A3?= =?UTF-8?q?=E4=B8=BA8080?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gin/gin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gin/gin.go b/gin/gin.go index 32bfd4d..3534f4b 100644 --- a/gin/gin.go +++ b/gin/gin.go @@ -16,7 +16,7 @@ func Service(conf *Config) { conf = &Config{ RootPath: "/", Addr: "0.0.0.0", - Port: 80, + Port: 8080, Ssl: false, SslPem: "server.pem", SslKey: "server.key",