Skip to content

Commit

Permalink
add back deleted health check route
Browse files Browse the repository at this point in the history
  • Loading branch information
nandiniiys committed Oct 2, 2024
1 parent 0fe1e36 commit 2c19bd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
resources :games
root :to => redirect('/games')

get "up" => "rails/health#show", as: :rails_health_check

## stub paths to demo game landing page
get '/spellingbee/:id', to: 'games#demo_game', as: 'spellingbee'
get '/wordle/:id', to: 'games#demo_game', as: 'wordle'
Expand Down

0 comments on commit 2c19bd3

Please sign in to comment.