Merge branch sprint 6 into dev/teguh

This commit is contained in:
aguhh18
2025-12-08 09:20:54 +07:00
parent f701b30cb3
commit ec2aca936c
8 changed files with 66 additions and 13 deletions
+1 -2
View File
@@ -21,7 +21,6 @@ func ClosingRoutes(v1 fiber.Router, u user.UserService, s closing.ClosingService
// route.Delete("/:id", m.Auth(u), ctrl.DeleteOne)
route.Get("/", ctrl.GetAll)
route.Get("/:id", ctrl.GetOne)
route.Get("/:projectFlockId", ctrl.GetClosingSummary)
route.Get("/:project_flock_id/penjualan", ctrl.GetPenjualan)
route.Get("/:projectFlockId", ctrl.GetClosingSummary)
}