Merge branch '3425-truncated-output' closes #3425
[arvados.git] / apps / workbench / config / routes.rb
index 565553692d16e6127a22ac7f1042721ee8f57b41..2b254eed091f411c27d14accdaa136b4676bb1e1 100644 (file)
@@ -67,7 +67,12 @@ ArvadosWorkbench::Application.routes.draw do
     get 'choose', on: :collection
     post 'share_with', on: :member
   end
+  resources :search do
+    get 'choose', :on => :collection
+  end
+
   post 'actions' => 'actions#post'
+  get 'actions' => 'actions#show'
   get 'websockets' => 'websocket#index'
 
   root :to => 'projects#index'