diff --git a/app/controllers/home_controller.rb b/app/controllers/home_controller.rb index e700f2570..d811b859e 100644 --- a/app/controllers/home_controller.rb +++ b/app/controllers/home_controller.rb @@ -1,13 +1,9 @@ require 'rest-client' require 'telegram/bot' + class HomeController < ApplicationController skip_before_action :verify_authenticity_token, only: [:telegram] skip_before_action :authenticate_user!, only: [:telegram], raise: false skip_before_action :set_current_user skip_before_action :check_subscription - def index; end - - def status - head :ok - end end diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb deleted file mode 100644 index 3bc2f8bf8..000000000 --- a/app/views/home/index.html.erb +++ /dev/null @@ -1,15 +0,0 @@ - - -
-