Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangePhoneHandler ¶
type ChangePhoneHandler struct {
// contains filtered or unexported fields
}
func NewChangePhoneHandler ¶
func NewChangePhoneHandler( ur *repositories.UserRepository, ns *services.NotificationService, ) *ChangePhoneHandler
func (*ChangePhoneHandler) Handle ¶
func (h *ChangePhoneHandler) Handle(ctx fiber.Ctx) error
Change phone godoc
@Param Authorization header string true "123" @Param body body dtos.ChangePhoneRequestDto true "Body" @Summary Change authenticated user phone @Description Change authenticated user phone @Tags Auth Controller @Accept json @Produce json @Router /api/v1/auth/change-phone [post]
Click to show internal directories.
Click to hide internal directories.