Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
CatalinVoineag committed Dec 15, 2023
1 parent 9ef3deb commit 6293020
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# Persona Sign In
case ENV.fetch("SIGN_IN_METHOD")
when "persona"
puts "test"
get("/personas", to: "personas#index")
get("/auth/developer/sign-out", to: "sessions#signout")
post("/auth/developer/callback", to: "sessions#callback")
Expand Down

0 comments on commit 6293020

Please sign in to comment.