This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nielsperetzke
/
healthchecks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
32
Wiki
Activity
Browse Source
Merge pull request
#109
from mkelley82/patch-2
Update snippet to reflect HTTPS usage instead of HTTP
pull/114/head
Pēteris Caune
8 years ago
committed by
GitHub
parent
fc415b39c8
a8f2306724
commit
ac57a4414e
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
templates/front/snippets/node.txt
+ 2
- 2
templates/front/snippets/node.txt
View File
@ -1,2 +1,2 @@
var http = require('http');
http.get("PING_URL");
var http
s
= require('http
s
');
http
s
.get("PING_URL");
Write
Preview
Loading…
Cancel
Save