Sha256: c2d088169b9b43f1e517377458057b388f96f18d5fc877d90ebf895399bff6cf

Contents?: true

Size: 183 Bytes

Versions: 5

Compression:

Stored size: 183 Bytes

Contents

# frozen_string_literal: true
Rails.application.routes.draw do
  scope ENV['RAILS_RELATIVE_URL_ROOT'] || '/' do
    get 'healthchecks/:cmd', to: 'tp_healthcheck/check#show'
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tp_healthcheck-0.1.4 config/routes.rb
tp_healthcheck-0.1.3 config/routes.rb
tp_healthcheck-0.1.2 config/routes.rb
tp_healthcheck-0.1.1 config/routes.rb
tp_healthcheck-0.1.0 config/routes.rb