@vmm/service
Advanced tools
Comparing version 1.0.65 to 1.0.66
{ | ||
"name": "@vmm/service", | ||
"version": "1.0.65", | ||
"version": "1.0.66", | ||
"main": "src/index.js", | ||
@@ -5,0 +5,0 @@ "description": "VMM Service library", |
@@ -141,3 +141,3 @@ "use strict"; | ||
_pingHandle(req, res, next) { | ||
res.status(200).end('ok'); | ||
res.status(200).json({ ret: 'ok' }); | ||
} | ||
@@ -144,0 +144,0 @@ buildClientSession(name, sess) { |
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
45090