2
0

refactor: ♻️ Remove any trace of Cypress

This commit is contained in:
Baptiste Arnaud
2022-02-24 17:44:23 +01:00
parent 7e7596d75e
commit 658202eaee
11 changed files with 126 additions and 614 deletions

View File

@ -26,6 +26,7 @@ const handler = async (req: NextApiRequest, res: NextApiResponse) => {
})
res.status(200).send({ message: 'Email sent!', info })
} catch (err) {
console.log(err)
res.status(500).send(err)
}
}