This commit is contained in:
withchao 2023-05-09 20:32:39 +08:00
parent dbb8c889ef
commit 68bc2c53b3

View File

@ -29,7 +29,6 @@ func main() {
} }
} }
// run
func run(port int) error { func run(port int) error {
if port == 0 { if port == 0 {
port = config.Config.Api.GinPort[0] port = config.Config.Api.GinPort[0]