add /orvos/v1/schema
[arvados.git] / config / routes.rb
index 7e1dbe90c3fd63685f9bb12b9da271f3276fbde6..8acc5bb6f532850e8fa4c4ad22a84e3a7271ac33 100644 (file)
@@ -70,6 +70,7 @@ Server::Application.routes.draw do
       resources :pipelines
       resources :pipeline_invocations
       resources :pipelineInvocations
+      match '/schema' => 'schema#show'
       match '/nodes/:uuid/ping' => 'nodes#ping', :as => :ping_node
       match '/metadata/:target_kind/:target_uuid' => 'metadata#index'
     end