This commit is contained in:
Rizki
2026-03-16 13:53:28 +07:00
parent 1b3a4b67f4
commit 6c5c3ef280

View File

@ -10,6 +10,6 @@ router.get('/budget-line',[jwtauth], dashboardController.getBudgetLineChart);
router.get('/procurement-chart',[jwtauth], dashboardController.getProcurementStackedChart);
router.get('/budget-utilization',[jwtauth], dashboardController.getMonthlyBudgetUtilization);
router.get('/spend-by-unit',[jwtauth], dashboardController.getSpendByUnitChart);
router.get("/dashboard/my-task", dashboardController.getMyTask);
router.get("/my-task", dashboardController.getMyTask);
module.exports = router;