ignore-paths
v1.0.0
Published
ignores expressjs middleware path if match occurs
Downloads
1
Maintainers
Readme
ignore-paths
Usage:
// if "/somepath" is matched, then middleware is ignored and the
// next app.use(...) path is followed.
app.use(ignorePaths("/somepath", middleware);