Skip to content

Commit

Permalink
fix : update patient queue url
Browse files Browse the repository at this point in the history
  • Loading branch information
jabahum committed Dec 4, 2023
1 parent a32a349 commit 00d0519
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function usePatientQueuesList(
currentQueueRoomLocationUuid: string,
status: string
) {
const apiUrl = `/ws/rest/v1/patientqueue?v=full&locationFrom=${currentQueueRoomLocationUuid}&status=${status}`;
const apiUrl = `/ws/rest/v1/patientqueue?v=full&room=${currentQueueRoomLocationUuid}&status=${status}`;
return usePatientQueueRequest(apiUrl);
}

Expand Down

0 comments on commit 00d0519

Please sign in to comment.