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",