jfromaniello / express-unless

Conditionally add a middleware to express with some common patterns
MIT License
178 stars 27 forks source link

404 route? #17

Closed OmgImAlexis closed 7 years ago

OmgImAlexis commented 7 years ago

Is there a way to exclude any routes that aren't registered?

jfromaniello commented 7 years ago

There is no way in express to know if something will handle the request in this stage.

OmgImAlexis commented 7 years ago

Could you not use something like this?