Remove duplication

Remove duplication of

  // Expose database
  router.db = db
This commit is contained in:
Dmitry Shlensky
2015-10-28 00:13:23 +03:00
parent 48ea455afc
commit 1c970474d0

View File

@ -37,9 +37,6 @@ module.exports = function (source) {
// Expose database
router.db = db
// Expose database
router.db = db
// Expose render
router.render = function (req, res) {
res.jsonp(res.locals.data)