Add basic resource information in about response

This commit is contained in:
Ingo Oppermann
2024-08-20 11:55:08 +02:00
parent 0b1601542d
commit 68607ed932
6 changed files with 58 additions and 24 deletions

View File

@@ -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,