All tests passes

This commit is contained in:
olivermrbl
2020-08-20 09:19:54 +02:00
parent 9028a5afab
commit fa6b131111
6 changed files with 31 additions and 0 deletions
@@ -34,6 +34,7 @@ export default async (req, res) => {
)
res.json({ products })
} catch (error) {
console.log(error)
throw error
}
}