@signalapp/mock-server
Advanced tools
Comparing version 5.2.0 to 5.2.1
{ | ||
"name": "@signalapp/mock-server", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"description": "Mock Signal Server for writing tests", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -308,2 +308,8 @@ "use strict"; | ||
}); | ||
// | ||
// Keepalive | ||
// | ||
this.router.get('/v1/keepalive', async () => { | ||
return [200, { ok: true }]; | ||
}); | ||
} | ||
@@ -310,0 +316,0 @@ async start() { |
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
3588621
66372