Sha256: b71bcdc6ccf7a27b4ee9bf39a05918b0bd89ee2bc69549d47ea2b43e681941bb
Contents?: true
Size: 440 Bytes
Versions: 31
Compression:
Stored size: 440 Bytes
Contents
Rails.application.routes.draw do # Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html # Reveal health status on /up that returns 200 if the app boots with no exceptions, otherwise 500. # Can be used by load balancers and uptime monitors to verify that the app is live. get "up" => "rails/health#show", as: :rails_health_check # Defines the root path route ("/") # root "posts#index" end
Version data entries
31 entries across 31 versions & 8 rubygems