Sha256: 44b23542cf9ce6eed938b26115c7aefa78494ff3fc28334b9673abdeb350a024
Contents?: true
Size: 498 Bytes
Versions: 1
Compression:
Stored size: 498 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 get "/generate_token", to: "application#generate_token" # Defines the root path route ("/") # root "posts#index" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
canvas-embed-0.1.4 | example/config/routes.rb |