forked from GithubBackups/healthchecks
Update snippet to reflect HTTPS usage instead of HTTP
This commit is contained in:
parent
fc415b39c8
commit
a8f2306724
@ -1,2 +1,2 @@
|
||||
var http = require('http');
|
||||
http.get("PING_URL");
|
||||
var https = require('https');
|
||||
https.get("PING_URL");
|
||||
|
Loading…
x
Reference in New Issue
Block a user