remove unused launch route

This commit is contained in:
Joshua Arts
2018-06-29 16:18:00 -04:00
parent 924ba7256b
commit efbf42f698
2 changed files with 0 additions and 15 deletions

View File

@ -24,9 +24,6 @@ Rails.application.routes.draw do
patch '/:user_uid/edit', to: 'users#update', as: :update_user
end
# Handles launches from a trusted launcher.
post '/launch', to: 'sessions#launch'
# Handles Omniauth authentication.
match '/auth/:provider/callback', to: 'sessions#omniauth', via: [:get, :post], as: :omniauth_session
get '/auth/failure', to: 'sessions#fail'