Skip to content

Commit

Permalink
ignore auth for status controller (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 authored May 28, 2024
1 parent 24292ed commit bccb3a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/status_controller.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

class StatusController < ApplicationController
skip_before_action :authenticate_auth_user!

# Web Server Okay?
def health
Expand Down

0 comments on commit bccb3a2

Please sign in to comment.