X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c4b94d62b9f88adfc317022143954b1f872b3c9e..bd4bd0ddec7fd88f5fe905c87973aec4e3fb8681:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index 0cfeac851b..ab63db3eae 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,8 +1,4 @@ Server::Application.routes.draw do - resources :nodes - resources :collections - resources :metadata - # The priority is based upon order of creation: # first created -> highest priority. @@ -65,7 +61,10 @@ Server::Application.routes.draw do resources :collections resources :metadata resources :nodes + resources :pipelines + resources :pipeline_invocations match '/nodes/:uuid/ping' => 'nodes#ping', :as => :ping_node + match '/metadata/:target_kind/:target_uuid' => 'metadata#index' end end