X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/385f300ba44bc186aa679d5aba543260e8ffee1e..25ee81e0c1980924518a37156a3e741c8025d46b:/services/api/config/routes.rb diff --git a/services/api/config/routes.rb b/services/api/config/routes.rb index 65b6a17587..dffae7fad1 100644 --- a/services/api/config/routes.rb +++ b/services/api/config/routes.rb @@ -96,6 +96,8 @@ Server::Application.routes.draw do match '/repositories/get_all_permissions' => 'repositories#get_all_permissions' get '/user_agreements/signatures' => 'user_agreements#signatures' post '/user_agreements/sign' => 'user_agreements#sign' + get '/collections/:uuid/provenance' => 'collections#provenance' + get '/collections/:uuid/used_by' => 'collections#used_by' resources :collections resources :links resources :nodes