api change

This commit is contained in:
Arezoo
2025-10-21 14:32:13 +03:30
parent 2cbf96ec6f
commit bfd797dd02
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ async function Clinic({ params: { slug } }) {
);
const reqDoctors = await fetchReq(
`${API_URL}/api/v1/doctors`
`${API_URL}/api/v1/clinic/doctor-list/${slug}`
);
const clinic = reqClinics;