mirror of
https://github.com/healthchecks/healthchecks.git
synced 2024-11-23 07:57:39 +00:00
4 lines
70 B
Plaintext
4 lines
70 B
Plaintext
require 'net/http'
|
|
require 'uri'
|
|
|
|
Net::HTTP.get(URI.parse('PING_URL')) |