Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-justin committed Sep 23, 2024
1 parent e0a1912 commit 3a2817c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/aws/aws.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export const aws = createApi({
providesTags: ["donations"],
query: (params) => {
return {
url: `${v(1)}/donations`,
url: `${v(2)}/donations`,
params,
headers: { authorization: TEMP_JWT },
};
Expand Down

0 comments on commit 3a2817c

Please sign in to comment.