mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-26 22:32:45 +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;
|
||||
Reference in New Issue
Block a user