removed healthcheck

This commit is contained in:
2023-05-06 16:05:29 +02:00
parent ad27b4b5e3
commit 5132622c04
4 changed files with 0 additions and 13 deletions

View File

@@ -1,9 +0,0 @@
class HealthcheckController < ApplicationController
unloadable
skip_before_action :check_if_login_required
def index
render :layout => false, :action => 'index'
end
end

View File

@@ -1,2 +0,0 @@
module HealthcheckHelper
end

View File

@@ -1 +0,0 @@
OK

View File

@@ -1,6 +1,5 @@
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'
end
end