Skip to content

Commit

Permalink
Merge branch 'bc2' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
macifell committed Dec 8, 2023
2 parents 5951cf1 + 7a99fa1 commit c3205b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/recognizer_web/router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ defmodule RecognizerWeb.Router do
end

scope "/", RecognizerWeb do
pipe_through [:bc, :browser]
pipe_through [:browser, :bc]

get "/", HomepageController, :index

Expand Down

0 comments on commit c3205b3

Please sign in to comment.