feat: added details of customer

This commit is contained in:
2025-10-29 15:40:41 +05:30
parent f807f62660
commit 2cc1f3fcad

View File

@@ -57,7 +57,7 @@ const limitChangeRoute = async (req, res) => {
}
};
router.get('/', customerRoute);
router.get('/details', customerRoute);
router.get('/daily-limit', limitRoute);
router.post('/daily-limit', limitChangeRoute);