bithavoc / express-winston

express.js middleware for winstonjs
https://www.npmjs.com/package/express-winston
MIT License
798 stars 186 forks source link

Update Examples to use `express.Router()` per #48 #50

Closed floatingLomas closed 9 years ago

floatingLomas commented 9 years ago

Since app.router() has been deprecated, our examples should use express.Router() instead.