Skip to content

Commit

Permalink
Remove unnecessary except: :index
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Dec 18, 2024
1 parent 0a873d2 commit d221742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PrxAuth::Rails::Engine.routes.draw do
scope module: "prx_auth/rails" do
resource "sessions", except: :index, defaults: {format: "html"} do
resource "sessions", defaults: {format: "html"} do
get "auth_error", to: "sessions#auth_error"
end
end
Expand Down

0 comments on commit d221742

Please sign in to comment.