0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 20:33:51 +00:00

you know the deal

This commit is contained in:
Víctor Losada Hernández
2024-02-15 16:27:50 +01:00
parent 3afc9f83d9
commit 04844a4422

View File

@@ -49,6 +49,7 @@ const archive = {
return res.json({ brews, page, totalPages, totalBrews});
} catch (error) {
console.error(error);
console.log(error.response.status);
if (error.response && error.response.status === 404) {
return res.status(404).json({ errorCode: '404', message: 'Brews not found' });
}