diff --git a/config/routes.rb b/config/routes.rb index 7bfc0da1..cce10720 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -2,6 +2,8 @@ Rails.application.routes.draw do devise_for :usuaries + get '/.well-known/change-password', to: redirect('/usuaries/edit') + mount Blazer::Engine, at: 'blazer' root 'application#index'