req.query["id"] let id = req.params.id router.get('/', (req, res, next) => { res.send('hello ' + Math.random()) })