修改名字

This commit is contained in:
jax 2023-12-18 03:00:54 +08:00
parent 978aa79df4
commit c7a8aa5965

View File

@ -23,7 +23,7 @@ var indexPage []byte
func main() {
common.SetupLogger()
common.SysLog("One API " + common.Version + " started")
common.SysLog("Fly API " + common.Version + " started")
if os.Getenv("GIN_MODE") != "debug" {
gin.SetMode(gin.ReleaseMode)
}