Skip to content

Commit

Permalink
Merge pull request #48 from ShubhaMahobia/shubham_dev
Browse files Browse the repository at this point in the history
Shubham dev
  • Loading branch information
ShubhaMahobia authored May 9, 2024
2 parents dc7d2c7 + 0521297 commit 306ba7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions routes/authenticationRoutes.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const {
fetchUserDetails,
fetchDoctorDetails,
isPatientExist,
userTypeDefine,
} = require("../controller/authenticationController");

const {
Expand Down Expand Up @@ -54,6 +55,7 @@ router.get("/getAllDoctors", fetchAllDoctors);
router.get("/getDoctorById/:id", fetchDoctorById);
router.put("/updatePatient/:id", updatePatientProfile);
router.put("/updateDoctor/:id", updateDoctorProfile);
router.post("/defineUser", userTypeDefine);

//Appointment route
router.post("/bookAppointment", bookAppointment);
Expand Down

0 comments on commit 306ba7a

Please sign in to comment.