0
0
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:
G.Ambatte
2024-02-13 09:13:47 +13:00
parent 3bb44d8a17
commit 1d778e3249

View File

@@ -48,6 +48,6 @@ const archive = {
}
};
router.get('/archive', asyncHandler(archive.findBrews));
router.get('/api/archive', asyncHandler(archive.findBrews));
module.exports = router;