module.exports = router => { router.get('/account/unsubscribe-notifications', async (req, res) => { // TODO: implement res.json({ ok: true }); }); };