This commit is contained in:
新亮
2021-01-16 22:18:55 +08:00
parent f32a8a1fb5
commit 845ef70a77
7 changed files with 29 additions and 33 deletions

View File

@@ -86,6 +86,6 @@ func ProjectName() string {
return "go-gin-api"
}
func ProjectVersion() string {
return "v2.0"
func ProjectPort() string {
return ":9999"
}