Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

ignore-paths

Usage:

// if "/somepath" is matched, then middleware is ignored and the
// next app.use(...) path is followed.

app.use(ignorePaths("/somepath", middleware);

About

Helper for ExpressJS middleware to ignore paths

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors