mirror of
https://gitea.invidious.io/iv-org/instances-api.git
synced 2024-08-15 00:53:15 +00:00
use the new status page ID for updown.io
This commit is contained in:
parent
420ec3ea5d
commit
88bb7ecfaa
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ spawn do
|
||||||
loop do
|
loop do
|
||||||
monitors = [] of JSON::Any
|
monitors = [] of JSON::Any
|
||||||
begin
|
begin
|
||||||
client = HTTP::Client.new(URI.parse("https://updown.io/p/wqufo"))
|
client = HTTP::Client.new(URI.parse("https://updown.io/p/resvf"))
|
||||||
client.connect_timeout = 10.seconds
|
client.connect_timeout = 10.seconds
|
||||||
client.read_timeout = 10.seconds
|
client.read_timeout = 10.seconds
|
||||||
# Read only key for accessing the uptime checks
|
# Read only key for accessing the uptime checks
|
||||||
|
|
Loading…
Reference in a new issue