endpoints-controller
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -5,2 +5,3 @@ module.exports = function (req, res, next) { | ||
res.code = 200; | ||
next(); | ||
}).catch(function (e) { | ||
@@ -7,0 +8,0 @@ res.code = 400; |
{ | ||
"name": "endpoints-controller", | ||
"description": "controller layer for the endpoints framework.", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"homepage": "https://github.com/endpoints/controller", | ||
@@ -6,0 +6,0 @@ "author": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9169
231