disabled healthcheck route

This commit is contained in:
2023-05-06 16:03:38 +02:00
parent 82cfe1e50a
commit ad27b4b5e3

View File

@@ -1,6 +1,6 @@
if Redmine::Plugin.installed? :baupm_core
RedmineApp::Application.routes.draw do
get '/manifest.json', :controller => 'manifest', :action => 'index', :as => 'manifest_json'
get '/healthcheck', :controller => 'healthcheck', :action => 'index', :as => 'healthcheck'
#get '/healthcheck', :controller => 'healthcheck', :action => 'index', :as => 'healthcheck'
end
end