Skip to content

Commit

Permalink
fix: log out route
Browse files Browse the repository at this point in the history
  • Loading branch information
Afonso-santos committed Jun 17, 2024
1 parent dff92dd commit 653924d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/atomic_web/router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ defmodule AtomicWeb.Router do
pipe_through [:browser]

scope "/users" do
delete "/log_out", UserSessionController, :delete
get "/log_out", UserSessionController, :delete
get "/confirm", UserConfirmationController, :new
post "/confirm", UserConfirmationController, :create
get "/confirm/:token", UserConfirmationController, :edit
Expand Down

0 comments on commit 653924d

Please sign in to comment.