setup1
This commit is contained in:
@@ -3,6 +3,7 @@ import patientRoutes from './patients';
|
||||
import appointmentRoutes from './appointements'
|
||||
import userRoutes from './users'
|
||||
import staffRoutes from './staffs'
|
||||
import pdfExtractionRoutes from './pdfExtraction';
|
||||
|
||||
const router = Router();
|
||||
|
||||
@@ -10,5 +11,6 @@ router.use('/patients', patientRoutes);
|
||||
router.use('/appointments', appointmentRoutes);
|
||||
router.use('/users', userRoutes);
|
||||
router.use('/staffs', staffRoutes);
|
||||
router.use('/pdfExtraction/', pdfExtractionRoutes);
|
||||
|
||||
export default router;
|
||||
Reference in New Issue
Block a user