last update

This commit is contained in:
Ehsan
2025-06-08 10:13:06 +03:30
parent 7d6a9e6e33
commit f52eb43326
13 changed files with 81 additions and 62 deletions
-2
View File
@@ -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);