Skip to content

Commit

Permalink
use the new status page ID for updown.io
Browse files Browse the repository at this point in the history
  • Loading branch information
unixfox committed Apr 21, 2024
1 parent 420ec3e commit 88bb7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instances.cr
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spawn do
loop do
monitors = [] of JSON::Any
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.read_timeout = 10.seconds
# Read only key for accessing the uptime checks
Expand Down

0 comments on commit 88bb7ec

Please sign in to comment.