Closed YouriT closed 9 years ago
Same thing, instead of app.router you create your own instance and add express-winston.
var router = express.Router();
Yep but I went with the app.route('....').get/.post/... Therefore I don't get how to go...
But seams to work without the router instance and it still grab the route details etc.
How do you handle exceptions like in your example section without using app.router because it's deprecated since 4.x...
Thanks !