From f12ce1759c34961d96e7807350be4d2b02d33f2d Mon Sep 17 00:00:00 2001 From: Rugute Date: Thu, 27 Jun 2024 14:31:52 +0300 Subject: [PATCH] (Chores) Sorted verifiaction issues --- .../patient-verification-hook.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/packages/esm-patient-registration-app/src/patient-verification/patient-verification-hook.tsx b/packages/esm-patient-registration-app/src/patient-verification/patient-verification-hook.tsx index b7230e35..875c725e 100644 --- a/packages/esm-patient-registration-app/src/patient-verification/patient-verification-hook.tsx +++ b/packages/esm-patient-registration-app/src/patient-verification/patient-verification-hook.tsx @@ -79,8 +79,13 @@ export function useConceptAnswers(conceptUuid: string): { data: Array { - const apiUrl = `/ws/rest/v1/kenyaemr/facilityName?facilityCode=${facilityCode}`; + const apiUrl = `/ws/rest/v1/amrscore/facilityName?facilityCode=${facilityCode}`; const { data, error, isLoading } = useSWRImmutable(apiUrl, openmrsFetch); return {