-
- Downloads
Fixed #269 Add health-check endpoint (GRN-3) (#290)
* <Added health_check endpoint> * <changed gemfile_lock> * <fixed code style> * <removed excess health_check routes>
... | ... | @@ -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' | ||
... | ... |
config/initializers/health_check.rb
0 → 100644
Please register or sign in to comment