UNPKG

briareus

Version:

Briareus assists with Feature Branch deploys to ECS

10 lines (7 loc) 169 B
'use strict' const NotFound = require('../errors').NotFound; module.exports = function(service) { return function(req, res, next) { next(new NotFound()); }; }