X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0df7a1c38affbc50a9c7d8834f9822e398860d91..d9aa5decc6edce30285df049277de2cf2c138c26:/apps/workbench/config/routes.rb diff --git a/apps/workbench/config/routes.rb b/apps/workbench/config/routes.rb index cac3431667..e8862c2426 100644 --- a/apps/workbench/config/routes.rb +++ b/apps/workbench/config/routes.rb @@ -44,6 +44,9 @@ ArvadosWorkbench::Application.routes.draw do post 'set_persistent', on: :member end get '/collections/:uuid/*file' => 'collections#show_file', :format => false + resources :folders do + match 'remove/:item_uuid', on: :member, via: :delete, action: :remove_item + end post 'actions' => 'actions#post' get 'websockets' => 'websocket#index'