module.exports = jefferson.router({
  routes: {
    '/': {
      get: [passport.authenticate('google', {scope: config.auth.google.scope})],
    },