diff --git a/templates/front/snippets/node.html b/templates/front/snippets/node.html index c250646e..fa2eb4d7 100644 --- a/templates/front/snippets/node.html +++ b/templates/front/snippets/node.html @@ -1,3 +1,3 @@ -
var http = require('https');
+var https = require('https');
https.get("{{ ping_url }}");