Comparing version 0.7.10-beta-2 to 0.7.10-beta-3
@@ -46,3 +46,3 @@ const | ||
if(typeof this.buildAPI == 'function') | ||
this.buildAPI({ ...this.routerFuncs, info: noop }); | ||
this.buildAPI({ ...this.routerFuncs, info: noop, conf: this.settings }); | ||
this.express.use(routeNotFoundHandler); | ||
@@ -49,0 +49,0 @@ this.express.use(defaultErrorHandler.bind(this)); |
{ | ||
"name": "nodecaf", | ||
"version": "0.7.10-beta-2", | ||
"version": "0.7.10-beta-3", | ||
"description": "Nodecaf is an Express framework for developing REST APIs in a quick and convenient manner.", | ||
@@ -5,0 +5,0 @@ "main": "lib/main.js", |
79128