diff --git a/app/assets/js/mojang.js b/app/assets/js/mojang.js index 2e83d917..bfbf3f96 100644 --- a/app/assets/js/mojang.js +++ b/app/assets/js/mojang.js @@ -84,7 +84,7 @@ const statuses = [ essential: false } ] -const requestURL = function (serviceURL) { return `https://raw.githubusercontent.com/GeekCornerGH/helios-status-page/master/api/${serviceURL.service}/uptime.json`} +const requestURL = function (serviceURL) { return `https://raw.githubusercontent.com/GeekCornerGH/helios-status-page/master/api/${serviceURL.service}/uptime-day.json`} // Functions @@ -295,4 +295,4 @@ exports.refresh = function (accessToken, clientToken, requestUser = true) { } }) }) -} \ No newline at end of file +}