feat: featured doctor toggle
This commit is contained in:
@@ -19,8 +19,8 @@ router.get('/getAll', getAllDoctors);
|
||||
router.get('/search', getDoctorsByDepartmentId);
|
||||
router.get('/getTimings', getDoctorTimings);
|
||||
router.get('/getTimings/:doctorId', getDoctorTimingById);
|
||||
router.get('/:doctorId', getDoctorByDoctorId);
|
||||
router.get('/featured', getFeaturedDoctors);
|
||||
router.get('/:doctorId', getDoctorByDoctorId);
|
||||
|
||||
router.post('/', jwtAuthMiddleware, createDoctor);
|
||||
router.patch('/:doctorId/:action', jwtAuthMiddleware, updateDoctor);
|
||||
|
||||
Reference in New Issue
Block a user