Skip to content

Commit

Permalink
817848 - Adding dry-run to candlepin proxy routes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan OMara committed May 8, 2012
1 parent f55ca86 commit 080f943
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/routes.rb
Expand Up @@ -580,6 +580,7 @@ def matches?(request)
match '/consumers/:id/entitlements' => 'candlepin_proxies#get', :via => :get
match '/consumers/:id/entitlements' => 'candlepin_proxies#post', :via => :post
match '/consumers/:id/entitlements' => 'candlepin_proxies#delete', :via => :delete
match '/consumers/:id/entitlements/dry-run' => 'candlepin_proxies#get', :via => :get
match '/consumers/:id/owner' => 'candlepin_proxies#get', :via => :get
match '/consumers/:consumer_id/certificates/:id' => 'candlepin_proxies#delete', :via => :delete
match '/pools' => 'candlepin_proxies#get', :via => :get
Expand Down

0 comments on commit 080f943

Please sign in to comment.