gin默认端口为8080

This commit is contained in:
suguo.yao 2023-05-15 13:50:50 +08:00
parent ccdcfc4ebc
commit ae30e2c0de
1 changed files with 1 additions and 1 deletions

View File

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