mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[GH-ISSUE #107] Example usage for node uses http.get() instead of https.get() #70
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#70
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mkelley82 on GitHub (Jan 1, 2017).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/107
In the example usage for node.js it says to use the .get() method from the http module, but the url is https. Should be changed to require('https') and https.get()
@mkelley82 commented on GitHub (Jan 3, 2017):
Fixed.