forked from GithubBackups/healthchecks
4 lines
70 B
Plaintext
4 lines
70 B
Plaintext
require 'net/http'
|
|
require 'uri'
|
|
|
|
Net::HTTP.get(URI.parse('PING_URL')) |