swagger docs update
All checks were successful
/ Make image (push) Successful in 59s

This commit is contained in:
nquidox 2026-04-01 18:36:03 +03:00
parent cf84b598d0
commit 756d664be7
4 changed files with 81 additions and 56 deletions

View file

@ -130,7 +130,7 @@ func (co *controller) me(c *gin.Context) {
// @Tags User
// @Produce json
// @Success 200 {object} common.PersonalDTO
// @Success 204 {object}
// @Success 204
// @Failure 400 {object} responses.BadRequest
// @Failure 401 {object} responses.Unauthorized
// @Failure 500 {object} responses.InternalServerError