zeanium-node
Advanced tools
Comparing version 0.1.7 to 0.1.8
{ | ||
"name": "zeanium-node", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "Zeanium for Node.js, simple http server and custome your business.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -87,3 +87,3 @@ /** | ||
_match = _handlerManager.match(_url); | ||
zn.info('Do [' + key + '] request handler : ' + _match); | ||
//zn.info('Do [' + key + '] request handler : ' + _match); | ||
if(_match){ | ||
@@ -90,0 +90,0 @@ _result = _handlerManager.accept(_req, _res); |
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
227345