swagger docs update
All checks were successful
/ Make image (push) Successful in 1m3s

This commit is contained in:
nquidox 2026-03-26 20:43:37 +03:00
parent e39d286742
commit 0b470ec9ad
4 changed files with 82 additions and 12 deletions

View file

@ -28,6 +28,7 @@ func (h *Handler) RegisterRoutes(r *gin.RouterGroup, mw *router.Middlewares) {
userGroup.POST("", mw.RegMW, h.controller.create)
userGroup.DELETE("", mw.AuthMW, h.controller.delete)
userGroup.GET("/me", h.controller.me)
}
// create godoc