0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00
This commit is contained in:
Víctor Losada Hernández
2024-02-15 16:32:50 +01:00
parent 04844a4422
commit f61b664687

View File

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