fix: healthy 接口返回 version
This commit is contained in:
@@ -45,6 +45,8 @@ public class HealthyController extends BaseController{
|
|||||||
result.put("auth","FALSE");
|
result.put("auth","FALSE");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
String version = confagentUtil.readVersion();
|
||||||
|
result.put("version", version);
|
||||||
return R.ok(result);
|
return R.ok(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user