You've already forked baupm-core
removed healthcheck
This commit is contained in:
@@ -1,9 +0,0 @@
|
|||||||
class HealthcheckController < ApplicationController
|
|
||||||
unloadable
|
|
||||||
|
|
||||||
skip_before_action :check_if_login_required
|
|
||||||
|
|
||||||
def index
|
|
||||||
render :layout => false, :action => 'index'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
module HealthcheckHelper
|
|
||||||
end
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
OK
|
|
||||||
@@ -1,6 +1,5 @@
|
|||||||
if Redmine::Plugin.installed? :baupm_core
|
if Redmine::Plugin.installed? :baupm_core
|
||||||
RedmineApp::Application.routes.draw do
|
RedmineApp::Application.routes.draw do
|
||||||
get '/manifest.json', :controller => 'manifest', :action => 'index', :as => 'manifest_json'
|
get '/manifest.json', :controller => 'manifest', :action => 'index', :as => 'manifest_json'
|
||||||
#get '/healthcheck', :controller => 'healthcheck', :action => 'index', :as => 'healthcheck'
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user