mirror of
https://github.com/beatriceo/polyglot.git
synced 2025-10-21 09:19:59 +00:00
added routes for call
This commit is contained in:
@@ -13,6 +13,8 @@ Rails.application.routes.draw do
|
||||
root to: "pages#home"
|
||||
end
|
||||
|
||||
get '/call', to: 'pages#call'
|
||||
|
||||
get '/contacts', to: 'pages#index'
|
||||
post '/sessions', to: 'video_sessions#create'
|
||||
|
||||
|
Reference in New Issue
Block a user