fix: remove details from api

This commit is contained in:
2025-10-29 15:57:21 +05:30
parent 2cc1f3fcad
commit 05db88f409

View File

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