]> git.openstreetmap.org Git - rails.git/blobdiff - config/routes.rb
more way bits
[rails.git] / config / routes.rb
index 8f251f7d3d8b510c94690987f84de1a4b5e0d276..5c95e148dea86e04807f59e3c8e4af4f5477e6d5 100644 (file)
@@ -9,6 +9,11 @@ ActionController::Routing::Routes.draw do |map|
   map.connect 'api/0.4/segment/:id/history', :controller => 'segment', :action => 'history'
   map.connect 'api/0.4/segment/:id', :controller => 'segment', :action => 'rest'
 
+  map.connect 'api/0.4/way/create', :controller => 'way', :action => 'create'
+  map.connect 'api/0.4/way/:id', :controller => 'way', :action => 'rest'
+  
+  # misc site stuff
+
   map.connect '/', :controller => 'site', :action => 'index'
   map.connect '/index.html', :controller => 'site', :action => 'index'
   map.connect '/edit.html', :controller => 'site', :action => 'edit'