forked from GithubBackups/healthchecks
3 lines
53 B
Plaintext
3 lines
53 B
Plaintext
var https = require('https');
|
|
https.get("PING_URL");
|