Skip to content

Commit

Permalink
Fix some issues exposed by beta deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
glacials committed Oct 20, 2024
1 parent fb0120c commit 19ff83c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions app/controllers/health_controller.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
class HealthController < ApplicationController
force_ssl except: [:index]
skip_before_action :set_browser_id
skip_before_action :touch_auth_session

def index
head 200
end
Expand Down
1 change: 0 additions & 1 deletion app/controllers/token_info_controller.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
class TokenInfoController < Doorkeeper::TokenInfoController
skip_before_action :set_browser_id, :touch_auth_session
end

0 comments on commit 19ff83c

Please sign in to comment.