Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions app/controllers/health_controller.rb

This file was deleted.

1 change: 0 additions & 1 deletion app/views/health/show.html.erb

This file was deleted.

2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Rails.application.routes.draw do
resources 'pipeline_work_in_progress', only: :show

get '/health', controller: :health, action: 'show', as: :health
get '/health' => 'rails/health#show', :as => :rails_health_check

scope 'search', controller: :search do
get '/', action: :new, as: :search
Expand Down
Loading