From 5e265bf98dc291c3902bbac2dd08320c42e9f0ca Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Wed, 10 Apr 2019 10:38:17 -0400 Subject: [PATCH] updated api access key --- js/devrant-monitor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/devrant-monitor.js b/js/devrant-monitor.js index 2fda7c1..9851636 100644 --- a/js/devrant-monitor.js +++ b/js/devrant-monitor.js @@ -6,7 +6,7 @@ async function refreshStats() { // loop while (true) { - $.getJSON('https://api.retrylife.ca/devrant/info', function (data) { + $.getJSON('https://api.retrylife.ca/devrant/info?api-key=retrylifewebsitedevrantmonitor', function (data) { // console.log(data); time.innerHTML = data["time_gap"] + "s"; id.innerHTML = data["newest_id"];