diff --git a/templates/front/snippets/node.txt b/templates/front/snippets/node.txt index 3df15df0..5728ac5b 100644 --- a/templates/front/snippets/node.txt +++ b/templates/front/snippets/node.txt @@ -1,2 +1,2 @@ -var http = require('http'); -http.get("PING_URL"); \ No newline at end of file +var https = require('https'); +https.get("PING_URL");