Skip to content

Commit

Permalink
don't need to do first-use check on health controller
Browse files Browse the repository at this point in the history
  • Loading branch information
Floppy committed Sep 4, 2024
1 parent a9c6140 commit de0038b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/health_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

class HealthController < ApplicationController
after_action :verify_policy_scoped, except: :index
skip_before_action :check_for_first_use

def index
render json: {status: "OK"}, status: :ok
Expand Down

0 comments on commit de0038b

Please sign in to comment.