GRN2-xx: Removed Health Check Gem (#840)

* Initial work on removing health check gem

* Added health checks

* Fixed gemfile
This commit is contained in:
Ahmad Farhat
2019-10-21 12:09:31 -04:00
committed by Jesus Federico
parent 9c9867b4e7
commit 933408f68b
5 changed files with 75 additions and 52 deletions

View File

@ -17,7 +17,7 @@
# with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
Rails.application.routes.draw do
get 'health_check', to: 'health_check/health_check#index'
get '/health_check', to: 'health_check#all'
# Error routes.
match '/401', to: 'errors#unauthorized', via: :all, as: :unauthorized