Feat(BE-334): make reporting closing hpp for project_flock_kandang

This commit is contained in:
ragilap
2025-12-17 13:56:51 +07:00
parent eef254021c
commit 3bfc401206
2 changed files with 32 additions and 1 deletions
+1
View File
@@ -28,4 +28,5 @@ func ClosingRoutes(v1 fiber.Router, u user.UserService, s closing.ClosingService
route.Get("/:projectFlockId", ctrl.GetClosingSummary)
route.Get("/:projectFlockId/sapronak", ctrl.GetClosingSapronak)
route.Get("/:project_flock_id/expedition-hpp", ctrl.GetExpeditionHPP)
route.Get("/:project_flock_id/:project_flock_kandang_id/expedition-hpp", ctrl.GetExpeditionHPPByKandang)
}