deleted edit function in project-flock, and must retest closing feat after fixing product warehouse

This commit is contained in:
ragilap
2025-12-04 18:44:56 +07:00
parent 6e3a8f3551
commit b43e2b44ec
9 changed files with 208 additions and 467 deletions
@@ -18,7 +18,6 @@ func ProjectflockRoutes(v1 fiber.Router, u user.UserService, s projectflock.Proj
route.Get("/", ctrl.GetAll)
route.Post("/", ctrl.CreateOne)
route.Get("/:id", ctrl.GetOne)
route.Patch("/:id", ctrl.UpdateOne)
route.Delete("/:id", ctrl.DeleteOne)
route.Get("/kandangs/lookup", ctrl.LookupProjectFlockKandang)
route.Post("/approvals", ctrl.Approval)