]> git.openstreetmap.org Git - rails.git/blobdiff - config/routes.rb
Fixed up delete methods on nodes, ways and relations to return the new version number...
[rails.git] / config / routes.rb
index 286e4055c689d84cd01388bd94d01bad35f11f37..db59a28c83ae7eddd14f62c0815e9a0591525925 100644 (file)
@@ -73,6 +73,7 @@ ActionController::Routing::Routes.draw do |map|
   map.connect '/browse/node/:id/history', :controller => 'browse', :action => 'node_history', :id => /\d+/
   map.connect '/browse/relation/:id', :controller => 'browse', :action => 'relation', :id => /\d+/
   map.connect '/browse/relation/:id/history', :controller => 'browse', :action => 'relation_history', :id => /\d+/
+  map.connect '/browse/changeset/:id', :controller => 'browse', :action => 'changeset', :id => /\d+/
   
   # web site