FEAT[BE]: create marketing report API

This commit is contained in:
aguhh18
2025-12-15 16:17:37 +07:00
parent efaeb89ca1
commit d5bc6838c8
9 changed files with 412 additions and 46 deletions
+1 -1
View File
@@ -13,5 +13,5 @@ func RepportRoutes(v1 fiber.Router, s repport.RepportService) {
route := v1.Group("/reports")
route.Get("/expense", ctrl.GetExpense)
// route.Get("/marketing", ctrl.GetMarketing)
route.Get("/marketing", ctrl.GetMarketing)
}