nswbmw/koa-router-cache

conflict with `config` module's `get`

Closed this issue · 0 comments

mark.
config has a method get confilct with koa-router-cache's get when use:

var config = require('config');
app.use(routerCache(app, config.routerCacheConf));