add endpoint spend by unit
This commit is contained in:
@ -9,5 +9,6 @@ router.get('/summary',[jwtauth], dashboardController.getDashboardSummary);
|
||||
router.get('/budget-line',dashboardController.getBudgetLineChart);
|
||||
router.get('/procurement-chart',dashboardController.getProcurementStackedChart);
|
||||
router.get('/budget-utilization',dashboardController.getMonthlyBudgetUtilization);
|
||||
router.get('/spend-by-unit',dashboardController.getSpendByUnitChart);
|
||||
|
||||
module.exports = router;
|
||||
|
||||
Reference in New Issue
Block a user