export function exists(req, res, next) {
  if (!req.objects.role) {
    return next(new WebError(404));
  }