|
@@ -37,7 +37,7 @@ func GetVersion(c *gin.Context, apictx *ApiSession) (interface{}, error) {
|
|
|
v["url"] = fmt.Sprintf("http://%s:%d%s", conf.AppConfig.MasterIp, conf.AppConfig.ServerPort, url)
|
|
|
}
|
|
|
}
|
|
|
- return result.List, nil
|
|
|
+ return result, nil
|
|
|
}
|
|
|
|
|
|
func VersionLatest(c *gin.Context, apictx *ApiSession) (interface{}, error) {
|