Skip to content

Commit

Permalink
test version
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-justin committed Dec 13, 2023
1 parent e2a6b7b commit 1057c4d
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 @@ -178,7 +178,7 @@ export const aws = createApi({
invalidatesTags: ["application", "applications"],
query: (verdict) => {
return {
url: `${v(1)}/applications`,
url: `v2/applications`,
method: "PUT",
headers: { authorization: TEMP_JWT },
body: verdict,
Expand Down

0 comments on commit 1057c4d

Please sign in to comment.