Skip to content

Commit

Permalink
update response body type in api.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranshu1902 committed Mar 7, 2024
1 parent c5a09b2 commit a894881
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Redux/api.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ const routes = {
getConsultationBed: {
path: "/api/v1/consultationbed/{external_id}/",
method: "GET",
TRes: Type<CurrentBed>(),
},
updateConsultationBed: {
path: "/api/v1/consultationbed/{external_id}/",
Expand Down

0 comments on commit a894881

Please sign in to comment.