mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
fixing routes
This commit is contained in:
parent
86f1bc7712
commit
bfaf08373a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue