Explorar el Código

update project name

supeng hace 1 mes
padre
commit
e55ffe6e2d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      common/constants.go

+ 1 - 1
common/constants.go

@@ -11,7 +11,7 @@ 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 = "New API"
+var SystemName = "AIRouter"
 var Footer = ""
 var Logo = ""
 var TopUpLink = ""