Merge branch 'fetch-from-cbs' of https://git.7o9o.net/md.asif5/yume_js into fetch-from-cbs

This commit is contained in:
2025-11-14 13:04:01 +05:30

View File

@@ -14,5 +14,6 @@ const branchRoute = async (req, res) => {
res.status(500).json({ error: 'INTERNAL SERVER ERROR' });
}
};
router.get('/', branchRoute);
module.exports = router;