Skip to content

Commit

Permalink
Merge pull request #38 from isd-sgcu/refreshToken
Browse files Browse the repository at this point in the history
Refresh token
  • Loading branch information
bookpanda authored May 17, 2024
2 parents 396fb40 + 9ee6ca1 commit 6baa209
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/constant/auth/auth.constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ var ExcludePath = map[string]struct{}{
"POST /auth/verify": {},
"POST /auth/forgot-password": {},
"PUT /auth/reset-password": {},
"POST /auth/refreshToken": {},
"GET /user/:id": {},
"GET /pets": {},
"GET /pets/:id": {},
Expand Down

0 comments on commit 6baa209

Please sign in to comment.