express.get('/registration', function (req, res) {
  res.redirect(302, 'http://127.0.0.1:4433/self-service/registration/browser')
})
