This commit is contained in:
John Firebaugh 2013-07-15 17:38:42 -07:00
parent dae2c209d9
commit e3aaa6dd4b
7 changed files with 269 additions and 0 deletions

View file

@ -125,6 +125,7 @@ OpenStreetMap::Application.routes.draw do
match '/edit' => 'site#edit', :via => :get
match '/copyright/:copyright_locale' => 'site#copyright', :via => :get
match '/copyright' => 'site#copyright', :via => :get
match '/welcome' => 'site#welcome', :via => :get
match '/history' => 'changeset#list', :via => :get
match '/history/feed' => 'changeset#feed', :via => :get, :format => :atom
match '/export' => 'site#index', :export => true, :via => :get