exports.createProject = function (req, res, next) {
  if (req.params.org === 'auth') {
    return next();
  }