diff --git a/http/controller/api/user.go b/http/controller/api/user.go index a7f8b01..7572b1b 100644 --- a/http/controller/api/user.go +++ b/http/controller/api/user.go @@ -34,7 +34,7 @@ type User struct { // @Produce json // @Success 200 {object} apiResp.UserPayload // @Failure 500 {object} response.Response -// @Router /api [get] +// @Router /currentUser [get] // @Security token func (u *User) Info(c *gin.Context) { user := service.AllService.UserService.CurUser(c)