Add a temporary version number to the API
1 files changed, 1 insertions(+), 1 deletions(-) M sdbapi/handlers/misc.go
M sdbapi/handlers/misc.go => sdbapi/handlers/misc.go +1 -1
@@ 16,5 16,5 @@ import ( // return info about the API func Info(ctx *gin.Context) { - ctx.JSON(http.StatusOK, gin.H{"info": "Deck Builder API"}) + ctx.JSON(http.StatusOK, gin.H{"info": "Deck Builder API", "ver": "0.0.1"}) }