Skip to content

Commit

Permalink
Update routes.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
andresag4 authored Jul 30, 2024
1 parent b83bbca commit 655a259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
resource :password_reset, only: [:new, :create, :edit, :update] do
get :post_submit
end
resources :profile, only: [:show, :edit, :update], param: :uuid
resource :profile, only: [:show, :edit, :update], param: :uuid
end

0 comments on commit 655a259

Please sign in to comment.