This commit is contained in:
Muhammad Rayhan Ardiansyah
2026-03-17 16:52:57 +07:00
parent 8939d47b6c
commit 200fe611dc

View File

@ -403,7 +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-group/view/:id', PatientGroupController.detail)
app.get('/api/patient-guarantor/list', PatientGuarantorController.list)
app.get('/api/patient-guarantor/export', PatientGuarantorController.export)