Skip to content

Commit

Permalink
Add authorization header when getting reg. by reference
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNeshi committed Jan 8, 2024
1 parent c19e473 commit 3917ee0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/aws/registration/registration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const registration_api = aws.injectEndpoints({
return {
url: "v1/registration",
params: { uuid },
headers: { authorization: TEMP_JWT },
};
},
transformResponse(res: SavedRegistration) {
Expand Down

0 comments on commit 3917ee0

Please sign in to comment.