lib/api: Returns tags in version as list (#7190)

This commit is contained in:
Jakob Borg
2020-12-10 12:22:09 +01:00
committed by GitHub
parent 7980c8cea2
commit ec5a5d5218
2 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -643,7 +643,7 @@ func (s *service) getSystemVersion(w http.ResponseWriter, r *http.Request) {
"isCandidate": build.IsCandidate,
"isRelease": build.IsRelease,
"date": build.Date,
"tags": build.Tags,
"tags": build.TagsList(),
"stamp": build.Stamp,
"user": build.User,
})