fixing
This commit is contained in:
@ -403,6 +403,7 @@ export class RoutePrivate {
|
||||
app.put('/api/patient-group/update/:id', PatientGroupController.update)
|
||||
app.delete('/api/patient-group/delete/:id/:hard', PatientGroupController.delete)
|
||||
app.put('/api/patient-group/restore/:id', PatientGroupController.restore)
|
||||
app.get('/api/patient-group/view/:id', PatientGuarantorController.detail)
|
||||
|
||||
app.get('/api/patient-guarantor/list', PatientGuarantorController.list)
|
||||
app.get('/api/patient-guarantor/export', PatientGuarantorController.export)
|
||||
@ -410,6 +411,7 @@ export class RoutePrivate {
|
||||
app.put('/api/patient-guarantor/update/:id', PatientGuarantorController.update)
|
||||
app.delete('/api/patient-guarantor/delete/:id/:hard', PatientGuarantorController.delete)
|
||||
app.put('/api/patient-guarantor/restore/:id', PatientGuarantorController.restore)
|
||||
app.get('/api/patient-guarantor/view/:id', PatientGuarantorController.detail)
|
||||
|
||||
app.get('/api/refferal-hospital/list', RefferalHospitalController.list)
|
||||
app.get('/api/refferal-hospital/export', RefferalHospitalController.export)
|
||||
|
||||
Reference in New Issue
Block a user