upd
This commit is contained in:
@ -10,6 +10,6 @@ router.get('/budget-line',[jwtauth], dashboardController.getBudgetLineChart);
|
|||||||
router.get('/procurement-chart',[jwtauth], dashboardController.getProcurementStackedChart);
|
router.get('/procurement-chart',[jwtauth], dashboardController.getProcurementStackedChart);
|
||||||
router.get('/budget-utilization',[jwtauth], dashboardController.getMonthlyBudgetUtilization);
|
router.get('/budget-utilization',[jwtauth], dashboardController.getMonthlyBudgetUtilization);
|
||||||
router.get('/spend-by-unit',[jwtauth], dashboardController.getSpendByUnitChart);
|
router.get('/spend-by-unit',[jwtauth], dashboardController.getSpendByUnitChart);
|
||||||
router.get("/dashboard/my-task", dashboardController.getMyTask);
|
router.get("/my-task", dashboardController.getMyTask);
|
||||||
|
|
||||||
module.exports = router;
|
module.exports = router;
|
||||||
|
|||||||
Reference in New Issue
Block a user