forked from External/greenlight
omniauth strategy
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
Rails.application.routes.draw do
|
||||
get 'meeting(/:id)', to: 'landing#index'
|
||||
get '/auth/:provider/callback', to: 'sessions#create'
|
||||
get '/logout', to: 'sessions#destroy'
|
||||
|
||||
root to: 'landing#index'
|
||||
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
|
||||
|
Reference in New Issue
Block a user