update api request and response

This commit is contained in:
Samandar Turgunboyev
2025-12-05 17:49:55 +05:00
parent f7dbb665a0
commit 17b833dd88
23 changed files with 1155 additions and 36 deletions

View File

@@ -17,6 +17,7 @@ export const doctor_api = {
work_place?: string;
sphere?: string;
user?: string;
user_id?: number;
}): Promise<AxiosResponse<DoctorListRes>> {
const res = await httpClient.get(`${API_URLS.DOCTOR}list/`, { params });
return res;