Fix uptime

This commit is contained in:
GeekCorner 2022-01-09 09:18:25 +01:00 committed by GitHub
parent 7132d2c402
commit 69b2bf479e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {
}
})
})
}
}