Open acecode opened 9 years ago
if the placeholder is used at a path, the real middleware(s) will be used at the same path
used
path
app.use('/static', function staticPlaceholder(req, res, next ){ next() });
if the placeholder is
used
at apath
, the real middleware(s) will beused
at the samepath