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