app.get('/booking', (req, res) => {
  res.render('widget', {
    type: 'booking',
    env: getEnv(),
    integrationId: req.query.integrationId