Update constants.go

This commit is contained in:
analogpvt 2023-05-19 22:34:09 +05:30 committed by GitHub
parent 8c01296a34
commit e75392aaf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = ""