Skip to content

Commit

Permalink
Fix #236 Refresh token endpoint returns 404
Browse files Browse the repository at this point in the history
  • Loading branch information
albinpa authored and georgepadayatti committed Oct 12, 2023
1 parent d435881 commit af21449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/httppathsv2/onboard_paths.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const ValidatePhoneNumber = "/v2/onboard/validate/phone"
const VerifyPhoneNumber = "/v2/onboard/verify/phone"
const VerifyOtp = "/v2/onboard/verify/otp"

const GetToken = "/v2/onboard/token"
const GetToken = "/v2/onboard/token/refresh"

const GetOrganizationByID = "/v2/onboard/organisation"
const UpdateOrganization = "/v2/onboard/organisation"
Expand Down

0 comments on commit af21449

Please sign in to comment.