forked from External/greenlight
* <Added health_check endpoint> * <changed gemfile_lock> * <fixed code style> * <removed excess health_check routes>
This commit is contained in:
@ -17,6 +17,8 @@
|
||||
# with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Rails.application.routes.draw do
|
||||
get 'health_check', to: 'health_check/health_check#index'
|
||||
|
||||
# Error routes.
|
||||
match '/404', to: 'errors#not_found', via: :all
|
||||
match '/422', to: 'errors#unprocessable', via: :all
|
||||
|
Reference in New Issue
Block a user