Update lib/philomena_web/router.ex

Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
This commit is contained in:
May Tusek 2025-02-14 15:21:01 -08:00 committed by GitHub
parent 32aba2a975
commit 71838fbc50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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