app.get('/test', async (req, res) => { var data = await Account.findOne({token: 'no'}); res.json(data); });