add counting hpp-expedition by project

This commit is contained in:
ragilap
2025-12-14 23:15:30 +07:00
parent e98d0a9fa1
commit fc49cef781
5 changed files with 143 additions and 0 deletions
+1
View File
@@ -25,4 +25,5 @@ func ClosingRoutes(v1 fiber.Router, u user.UserService, s closing.ClosingService
route.Get("/:project_flock_id/overhead", ctrl.GetOverhead)
route.Get("/:projectFlockId", ctrl.GetClosingSummary)
route.Get("/:projectFlockId/sapronak", ctrl.GetClosingSapronak)
route.Get("/:project_flock_id/expedition-hpp", ctrl.GetExpeditionHPP)
}