Project

General

Profile

« Previous | Next » 

Revision e704af64

Added by Greg Sutcliffe over 10 years ago

Fixes #3974 - Drop leftover Api::V2 wildcard route

View differences:

config/routes/api/v2.rb
get 'orchestration/(:id)/tasks', :to => 'tasks#index'
resources :plugins, :only => [:index]
end
match '*other', :to => 'v2/home#route_error', :constraints => ApiConstraints.new(:version => 2)
end
end

Also available in: Unified diff