projects
/
arvados.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'master' into 4195-pipeline-tutorial
[arvados.git]
/
apps
/
workbench
/
config
/
routes.rb
diff --git
a/apps/workbench/config/routes.rb
b/apps/workbench/config/routes.rb
index 3179f6fde068ce6b5b1f2319ad0e35049a5090d7..9f9696facecac5be44dc62f7506e2cb371985f44 100644
(file)
--- a/
apps/workbench/config/routes.rb
+++ b/
apps/workbench/config/routes.rb
@@
-81,6
+81,7
@@
ArvadosWorkbench::Application.routes.draw do
post 'actions' => 'actions#post'
get 'actions' => 'actions#show'
get 'websockets' => 'websocket#index'
+ post "combine_selected" => 'actions#combine_selected_files_into_collection'
root :to => 'projects#index'