diff --git a/config/routes.rb b/config/routes.rb index 510ae086..467ed4d0 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -21,7 +21,7 @@ Rails.application.routes.draw do # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html get '/admin', to: 'admin#index', as: 'admin' - post '/twilio', to: 'attempt#twilio' + post '/twilio', to: 'attempts#twilio' root to: "welcome#index" end