Skip to content

Commit

Permalink
Update to use api v3
Browse files Browse the repository at this point in the history
  • Loading branch information
cuu508 committed Aug 13, 2024
1 parent 685a58e commit a17f092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ <h1 data-readonly-key="UKsc30GIblRMKKN4BEPXcBNLa8bx4grU">Uptime Checkers</h1>
}
}
};
httpRequest.open("GET", "https://healthchecks.io/api/v2/checks/");
httpRequest.open("GET", "https://healthchecks.io/api/v3/checks/");
httpRequest.setRequestHeader("X-Api-Key", key);
httpRequest.send();
}
Expand Down

0 comments on commit a17f092

Please sign in to comment.