diff --git a/main.go b/main.go index 1b41a07c..09bf101a 100644 --- a/main.go +++ b/main.go @@ -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) }