diff --git a/index.js b/index.js index 8290e80..e10f210 100644 --- a/index.js +++ b/index.js @@ -20,7 +20,7 @@ const mailer = require('nodemailer').createTransport({ app.use(express.json()) app.post('/', async (req, res) => { - console.log(`Received token: ${req.body['token']}`) +// console.log(`Received token: ${req.body['token']}`) // Check token let data