Merge branch 'fetch-from-cbs' of https://git.7o9o.net/md.asif5/yume_js into fetch-from-cbs
This commit is contained in:
@@ -14,5 +14,6 @@ const branchRoute = async (req, res) => {
|
|||||||
res.status(500).json({ error: 'INTERNAL SERVER ERROR' });
|
res.status(500).json({ error: 'INTERNAL SERVER ERROR' });
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
router.get('/', branchRoute);
|
||||||
|
|
||||||
module.exports = router;
|
module.exports = router;
|
||||||
|
|||||||
Reference in New Issue
Block a user