X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/29d322c364dcbe5b1adf386d51132296b5809604..8fcd4513fcbffec76cc2c1a807810f7ab9b3446f:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index b3fc5af15..0ffd0a546 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -38,6 +38,8 @@ OpenStreetMap::Application.routes.draw do end namespace :api, :path => "api/0.6" do + resources :changeset_comments, :only => :index + resources :nodes, :only => [:index, :create] resources :nodes, :path => "node", :id => /\d+/, :only => [:show, :update, :destroy] do scope :module => :nodes do