IN EXPRESS JS, IS THERE A WAY TO CONFIGURE THE APP TO SUPPORT FILTERS AT DIFFERENT POINTS OF THE URL? 5 Apr 2016 In Express JS, is there a way to configure the app to support filters at different points of the url? The functions should have arguments (req, res, next) and must call next(); when you want next one to start.