diff --git a/common/constants.go b/common/constants.go index 0a1f1e20..29eecf1e 100644 --- a/common/constants.go +++ b/common/constants.go @@ -8,9 +8,9 @@ import ( var StartTime = time.Now().Unix() // unit: second var Version = "v0.0.0" // this hard coding will be replaced automatically when building, no need to manually change -var SystemName = "One API" +var SystemName = "ANALOG AI" var ServerAddress = "http://localhost:3000" -var Footer = "" +var Footer = "ANALOG AI" var Logo = "" var TopUpLink = ""