Skip to content

Commit

Permalink
Change organizations_remove route method to DELETE
Browse files Browse the repository at this point in the history
  • Loading branch information
rajku-dev committed Jan 25, 2025
1 parent 206ee47 commit 980b340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/request/api.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ const routes = {
},
removeOrganization: {
path: "/api/v1/encounter/{encounterId}/organizations_remove/",
method: "POST",
method: "DELETE",
TRes: Type<Encounter>(),
TBody: Type<{ organization: string }>(),
},
Expand Down

0 comments on commit 980b340

Please sign in to comment.