diff --git a/api/tagtype.go b/api/tagtype.go index f76def7f..c1faeef3 100644 --- a/api/tagtype.go +++ b/api/tagtype.go @@ -107,7 +107,7 @@ func (h TagTypeHandler) Create(ctx *gin.Context) { } r.With(m) - ctx.JSON(http.StatusCreated, m) + ctx.JSON(http.StatusCreated, r) } // Delete godoc