2044: Workbench route to share a project with others.
[arvados.git] / apps / workbench / config / routes.rb
index a4f69b36b00eb07c577bcc5d7bfb02f83cf2fa89..9701f41c2bf47a2686e54989252e96f1af14fdf0 100644 (file)
@@ -61,6 +61,7 @@ ArvadosWorkbench::Application.routes.draw do
     match 'remove/:item_uuid', on: :member, via: :delete, action: :remove_item
     match 'remove_items', on: :member, via: :delete, action: :remove_items
     get 'choose', on: :collection
+    post 'share_with', on: :member
   end
 
   post 'actions' => 'actions#post'