From 4ff95977cd0ba5240eaf6e80d44e0b452bd984a5 Mon Sep 17 00:00:00 2001 From: Michael Kelley Date: Mon, 2 Jan 2017 13:43:55 -0500 Subject: [PATCH] Update node.html --- templates/front/snippets/node.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}");