This commit is contained in:
yusing
2025-04-14 06:40:10 +08:00
parent eb7495b02a
commit dc1102905b
4 changed files with 7 additions and 3 deletions

View File

@@ -8,5 +8,5 @@ import (
)
func GetVersion(w http.ResponseWriter, r *http.Request) {
gphttp.WriteBody(w, []byte(pkg.GetVersion()))
gphttp.WriteBody(w, []byte(pkg.GetVersion().String()))
}