X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/44c6fdc27340ead5e88ca60558978babf4baf2d9..1c5642637a87ab250d2a1204cc83a578e7aa29f1:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index d61da1ea9..992197814 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -12,7 +12,6 @@ OpenStreetMap::Application.routes.draw do put "changeset/create" => "api/changesets#create" post "changeset/:id/upload" => "api/changesets#upload", :id => /\d+/ get "changeset/:id/download" => "api/changesets#download", :as => :changeset_download, :id => /\d+/ - post "changeset/:id/expand_bbox" => "api/changesets#expand_bbox", :id => /\d+/ get "changeset/:id" => "api/changesets#show", :as => :changeset_show, :id => /\d+/ post "changeset/:id/subscribe" => "api/changesets#subscribe", :as => :changeset_subscribe, :id => /\d+/ post "changeset/:id/unsubscribe" => "api/changesets#unsubscribe", :as => :changeset_unsubscribe, :id => /\d+/