mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
Fix[BE]: fix typo penamaan route
This commit is contained in:
@@ -10,7 +10,8 @@ import (
|
|||||||
func RepportRoutes(v1 fiber.Router, s repport.RepportService) {
|
func RepportRoutes(v1 fiber.Router, s repport.RepportService) {
|
||||||
ctrl := controller.NewRepportController(s)
|
ctrl := controller.NewRepportController(s)
|
||||||
|
|
||||||
route := v1.Group("/repports")
|
route := v1.Group("/reports")
|
||||||
|
|
||||||
route.Get("expense", ctrl.GetExpense)
|
route.Get("/expense", ctrl.GetExpense)
|
||||||
|
// route.Get("/marketing", ctrl.GetMarketing)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user