class ApiClient API_URL = 'http://150.165.204.30:5000/api' def self.check_status begin ApiClient::Client.post(ApiClient::API_URL) rescue return false end return true end end