diff --git a/config/routes.rb b/config/routes.rb index b84c912..494982d 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -13,6 +13,6 @@ Rails.application.routes.draw do end resources :users - post 'auth/login', to: 'authentication#authenticate' - post 'signup', to: 'users#create' + post 'login', to: 'authentication#authenticate' + post 'register', to: 'users#create' end