Update uptimerobot.js
This commit is contained in:
parent
04cc0baf46
commit
225b377559
@ -27,7 +27,7 @@ export async function GetMonitors(apikey, days) {
|
||||
custom_uptime_ranges: ranges.join('-'),
|
||||
};
|
||||
|
||||
const response = await axios.post('https://cors.status.org.cn/uptimerobot/v2/getMonitors', postdata, {
|
||||
const response = await axios.post('https://uptimestatus.qikaile.tk/v2/getMonitors', postdata, {
|
||||
timeout: 10000
|
||||
});
|
||||
if (response.data.stat !== 'ok') {
|
||||
@ -108,4 +108,4 @@ export async function GetMonitors(apikey, days) {
|
||||
};
|
||||
return result;
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user