mirror of
https://github.com/datarhei/core.git
synced 2025-10-06 08:27:08 +08:00
Add basic resource information in about response
This commit is contained in:
@@ -100,7 +100,7 @@ func (h *ClusterHandler) NodeGetVersion(c echo.Context) error {
|
||||
|
||||
v := peer.CoreAbout()
|
||||
|
||||
version := api.Version{
|
||||
version := api.AboutVersion{
|
||||
Number: v.Version.Number,
|
||||
Commit: v.Version.Commit,
|
||||
Branch: v.Version.Branch,
|
||||
|
Reference in New Issue
Block a user