X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a3ff0b5978de5820ce35c237f583b9671068e38f..77991e6100bda063c4f3c87bc6b12594055ca01b:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index b41af15f53..76abf3e5b7 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -4,13 +4,13 @@ Server::Application.routes.draw do resources :api_client_authorizations resources :api_clients resources :logs - resources :projects + resources :groups resources :specimens resources :collections resources :links resources :nodes - resources :pipelines - resources :pipeline_invocations + resources :pipeline_templates + resources :pipeline_instances # The priority is based upon order of creation: # first created -> highest priority. @@ -72,16 +72,17 @@ Server::Application.routes.draw do namespace :orvos do namespace :v1 do match '/schema' => 'schema#show' + match '/rest' => 'schema#discovery_rest_description' match '/nodes/:uuid/ping' => 'nodes#ping', :as => :ping_node match '/links/from/:tail_uuid' => 'links#index', :as => :orvos_v1_links_from match '/users/current' => 'users#current' resources :collections resources :links resources :nodes - resources :pipelines - resources :pipeline_invocations + resources :pipeline_templates + resources :pipeline_instances resources :specimens - resources :projects + resources :groups resources :logs resources :users resources :jobs