UNPKG

cortex

Version:

Cortex is an npm-like package manager for browsers.

9 lines (8 loc) 162 B
'use strict'; module.exports = function(fallback) { return function(req, res, next) { if (fallback) { res.redirect(fallback + req.url); } }; };