https://github.com/trailsjs/trailpack-express/blob/master/lib/server.js#L214
If I specify a route with * as my 404 this reverse does not make it the last route which is part of express spec. We might need to add a little bit smarter of route prioritization.
https://github.com/trailsjs/trailpack-express/blob/master/lib/server.js#L214
If I specify a route with
*as my 404 this reverse does not make it the last route which is part of express spec. We might need to add a little bit smarter of route prioritization.