1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-16 15:28:37 +00:00
This commit is contained in:
Ethan Koenig
2017-05-04 01:54:56 -04:00
committed by Lunny Xiao
parent 1773e88643
commit a5f28a4544
4 changed files with 10 additions and 10 deletions

View File

@@ -23,6 +23,6 @@ func Version(ctx *context.APIContext) {
//
// Responses:
// 200: ServerVersion
ctx.JSON(200, &gitea.ServerVersion{Version: setting.AppVer})
}