config/routes/api/v2.rb in katello-3.13.4 vs config/routes/api/v2.rb in katello-3.14.0.rc1

- old
+ new

@@ -255,11 +255,11 @@ get :auto_complete_search get :compare end end - api_resources :ping, :only => [:index] - match "/status" => "ping#server_status", :via => :get + match "/ping" => "katello_ping#index", :via => :get + match "/status" => "katello_ping#server_status", :via => :get api_resources :products, :only => [:index, :show, :create, :update, :destroy] do member do post :sync end