This commit is contained in:
wyh 2021-08-19 10:14:52 +08:00
commit aaa592dce4
1 changed files with 1 additions and 1 deletions

View File

@ -27,5 +27,5 @@ func main() {
gin.SetMode(gin.ReleaseMode) gin.SetMode(gin.ReleaseMode)
SetupRouters(r) SetupRouters(r)
r.Run(viper.GetString("option.host")) log.Fatal(r.Run(viper.GetString("app.host")))
} }