mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-04-20 10:13:59 +02:00
Update lib/philomena_web/router.ex
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
This commit is contained in:
parent
32aba2a975
commit
71838fbc50
1 changed files with 1 additions and 2 deletions
|
@ -78,8 +78,7 @@ defmodule PhilomenaWeb.Router do
|
|||
:redirect_if_user_is_authenticated
|
||||
]
|
||||
|
||||
get "/reactivations/:token", ReactivationController, :show
|
||||
post "/reactivations/:token", ReactivationController, :post
|
||||
resources "/reactivations", ReactivationController, only: [:show, :create]
|
||||
resources "/registrations", RegistrationController, only: [:new, :create], singleton: true
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue