Skip to content

Commit

Permalink
get new access token From both admin/user -> only users
Browse files Browse the repository at this point in the history
  • Loading branch information
Kannan112 committed Dec 20, 2023
1 parent 3a8a1a3 commit a5c702d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/api/handler/renew.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ func NewRenewHandler(token services.RenewTokenUseCase) *RenewHandler {
// @Description Get access token using TokenString
// @Accept json
// @Produce json
// @Tag Users
// @Param Token body req.AccessToken true "Access Token Request"
// @Success 200 {object} res.Response
// @Failure 400 {object} res.Response
Expand Down

0 comments on commit a5c702d

Please sign in to comment.