Fix $(node.cores)
[arvados.git] / apps / workbench / config / routes.rb
index 55e2fdae364465ef07958d728e9b992b26fffa5a..fe6200bda8edb5e1ace1dab3551dcf13f04164f9 100644 (file)
@@ -66,8 +66,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'