X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/72e22b49ec2721d3a1369da768d3d74fa9c079c3..55aafbb07904ca24390dd47ea960eae7cb2b909a:/apps/workbench/config/routes.rb?ds=inline diff --git a/apps/workbench/config/routes.rb b/apps/workbench/config/routes.rb index badb471d64..f2387f181e 100644 --- a/apps/workbench/config/routes.rb +++ b/apps/workbench/config/routes.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + ArvadosWorkbench::Application.routes.draw do themes_for_rails @@ -88,6 +92,8 @@ ArvadosWorkbench::Application.routes.draw do post 'unshare', :on => :member get 'choose', on: :collection post 'remove_selected_files', on: :member + get 'tags', on: :member + post 'save_tags', on: :member end get('/collections/download/:uuid/:reader_token/*file' => 'collections#show_file', format: false)