]> git.openstreetmap.org Git - rails.git/blobdiff - config/routes.rb
Use setup-node action to install node modules
[rails.git] / config / routes.rb
index 7e9cd8dfde78f76e26a78150576561518772c791..0ffd0a546c431552257073e2e206759da2901c11 100644 (file)
@@ -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
@@ -300,6 +302,7 @@ OpenStreetMap::Application.routes.draw do
       resource :terms, :only => [:show, :update]
       resource :pd_declaration, :only => [:show, :create]
       resource :deletion, :only => :show
+      resource :home, :only => :show
     end
   end