Skip to content

Commit

Permalink
Update version of endpoint to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNeshi committed Jan 9, 2024
1 parent 0caa835 commit e700a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/aws/registration/registration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const registration_api = aws.injectEndpoints({
providesTags: [{ type: "admin", id: adminTags.registration }],
query: (uuid) => {
return {
url: `v1/registration/${apiEnv}`,
url: `v5/registration/${apiEnv}`,
params: { uuid },
headers: { authorization: TEMP_JWT },
};
Expand Down

0 comments on commit e700a9e

Please sign in to comment.