Fixed #269 Add health-check endpoint (GRN-3) (#290)

* <Added health_check endpoint>

* <changed gemfile_lock>

* <fixed code style>

* <removed excess health_check routes>
This commit is contained in:
John Ma
2018-10-12 15:57:53 -04:00
committed by Jesus Federico
parent cf2fac019e
commit a9be611d00
4 changed files with 57 additions and 0 deletions

View File

@ -66,6 +66,9 @@ gem 'http_accept_language'
# Markdown parsing.
gem 'redcarpet'
# For health check endpoint
gem "health_check"
group :production do
# Use a postgres database in production.
gem 'pg', '~> 0.18'