feat[BE-332]: add api get one tab sapronak

This commit is contained in:
giovanni-ce
2025-12-08 21:33:29 +07:00
parent 296e8e4c18
commit 4b147a3be7
8 changed files with 434 additions and 3 deletions
+1
View File
@@ -22,4 +22,5 @@ func ClosingRoutes(v1 fiber.Router, u user.UserService, s closing.ClosingService
route.Get("/", ctrl.GetAll)
route.Get("/:projectFlockId", ctrl.GetClosingSummary)
route.Get("/:projectFlockId/sapronak", ctrl.GetClosingSapronak)
}