last update
This commit is contained in:
@@ -11,8 +11,6 @@ async function Doctors({ searchParams }) {
|
||||
const response = await axios.get(
|
||||
"https://back-dev.clinic-pro.ir/api/v1/doctors"
|
||||
);
|
||||
console.log(response);
|
||||
|
||||
doctors = response.data.$data;
|
||||
} catch (error) {
|
||||
// console.error("problem with req:", error.message);
|
||||
|
||||
Reference in New Issue
Block a user