mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-10 04:52:40 +00:00
Update API route
This commit is contained in:
@@ -48,6 +48,6 @@ const archive = {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
router.get('/archive', asyncHandler(archive.findBrews));
|
router.get('/api/archive', asyncHandler(archive.findBrews));
|
||||||
|
|
||||||
module.exports = router;
|
module.exports = router;
|
||||||
Reference in New Issue
Block a user