X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c18bde8300e115b215e58d6930d0495b2c33b49f..ccce5e8ad71ed2e50ecd57c0f73f1aaafc468539:/apps/workbench/config/routes.rb diff --git a/apps/workbench/config/routes.rb b/apps/workbench/config/routes.rb index f915671b53..cac3431667 100644 --- a/apps/workbench/config/routes.rb +++ b/apps/workbench/config/routes.rb @@ -46,6 +46,7 @@ ArvadosWorkbench::Application.routes.draw do get '/collections/:uuid/*file' => 'collections#show_file', :format => false post 'actions' => 'actions#post' + get 'websockets' => 'websocket#index' root :to => 'users#welcome'