From 200fe611dc46839d9c651a9f8568b55892d1e4fe Mon Sep 17 00:00:00 2001 From: Muhammad Rayhan Ardiansyah Date: Tue, 17 Mar 2026 16:52:57 +0700 Subject: [PATCH] fixing --- src/routes/private.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/private.ts b/src/routes/private.ts index 19230f2..56edb82 100644 --- a/src/routes/private.ts +++ b/src/routes/private.ts @@ -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)