added routes for call

This commit is contained in:
Beatrice Olivera
2018-08-28 18:26:33 +01:00
parent 3dfbc577b6
commit 4b1636ee78
6 changed files with 36 additions and 19 deletions

View File

@@ -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'