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