if (email) return res.status(400).send("email exists");. Note that the return value of an Express callback is being ignored, so you could write ...
確定! 回上一頁