Initial work on overpass based query API
This commit is contained in:
parent
0de6885a91
commit
078059b76b
10 changed files with 346 additions and 12 deletions
|
@ -150,6 +150,7 @@ OpenStreetMap::Application.routes.draw do
|
|||
match '/offline' => 'site#offline', :via => :get
|
||||
match '/key' => 'site#key', :via => :get
|
||||
match '/id' => 'site#id', :via => :get
|
||||
match '/query' => 'browse#query', :via => :get
|
||||
match '/user/new' => 'user#new', :via => :get
|
||||
match '/user/new' => 'user#create', :via => :post
|
||||
match '/user/terms' => 'user#terms', :via => :get
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue