feat: implement sorting and visibility changes
This commit is contained in:
@@ -24,7 +24,7 @@ export interface Doctor {
|
||||
}
|
||||
|
||||
export const getDoctorsApi = async () => {
|
||||
const res = await apiClient.get("/doctors/getAll");
|
||||
const res = await apiClient.get("/doctors/getAll?admin=true");
|
||||
return res.data;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user