mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-23 14:55:42 +00:00
base example counting sapronak
This commit is contained in:
@@ -21,5 +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("/sapronak/report", ctrl.GetSapronakReport)
|
||||
route.Get("/:id", ctrl.GetOne)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user