fix: 404 error in branch route
This commit is contained in:
@@ -14,5 +14,6 @@ const branchRoute = async (req, res) => {
|
||||
res.status(500).json({ error: 'INTERNAL SERVER ERROR' });
|
||||
}
|
||||
};
|
||||
router.get('/', branchRoute);
|
||||
|
||||
module.exports = router;
|
||||
|
||||
Reference in New Issue
Block a user