Comparing version 0.1.0-beta-14 to 0.1.0-beta-15
@@ -341,5 +341,5 @@ "use strict"; | ||
if (response.code) { | ||
this.statusCode = response.code; | ||
this.setStatusCode(response.code); | ||
} else { | ||
this.statusCode = 500; | ||
this.setStatusCode(500); | ||
} | ||
@@ -542,3 +542,2 @@ this.isERROR = true; | ||
var route; | ||
this.statusCode = 200; | ||
this.route = routeRule.shift(); | ||
@@ -545,0 +544,0 @@ this.params = routeRule.shift(); |
@@ -5,3 +5,3 @@ { | ||
"description": "Powerful lightweight mvc framework for nodejs", | ||
"version": "0.1.0-beta-14", | ||
"version": "0.1.0-beta-15", | ||
"dependencies" : { | ||
@@ -8,0 +8,0 @@ "mongoose": "3.8.x", |
109172
3477