ee-soa-service-manager
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -40,4 +40,9 @@ | ||
if(this._hasController(collection)) this._controllerList[collection].request(req, res); | ||
else res.send(res.statusCodes.SERVICE_EXCEPTION, {error: 1, msg: collection + " not managed by serviceManager"}); | ||
if(this._hasController(collection)) { | ||
this._controllerList[collection].request(req, res); | ||
} | ||
else { | ||
if(debug) log(collection + " not managed by serviceManager"); | ||
res.send(res.statusCodes.SERVICE_EXCEPTION, {error: 1, msg: collection + " not managed by serviceManager"}); | ||
} | ||
} | ||
@@ -53,2 +58,3 @@ | ||
// TODO: replace later | ||
if(debug) log(collection + " not managed by serviceManager"); | ||
res.send(res.statusCodes.SERVICE_EXCEPTION, {error: 1, msg: collection + " not managed by serviceManager"}); | ||
@@ -55,0 +61,0 @@ //this.emit('request', req, res); |
{ | ||
"name" : "ee-soa-service-manager" | ||
, "description" : "Service Manager for the ee-soa framework" | ||
, "version" : "0.1.7" | ||
, "version" : "0.1.8" | ||
, "author" : "Tobias Kneubühler <tobias@joinbox.com> (http://joinbox.com/)" | ||
@@ -6,0 +6,0 @@ , "contributors": [ |
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
8979
95