Rename browse controller to feature queries controller

This commit is contained in:
Anton Khorev 2025-03-05 20:12:39 +03:00
parent 8878c963f3
commit cca07cf0b5
6 changed files with 11 additions and 10 deletions

View file

@ -204,7 +204,7 @@ OpenStreetMap::Application.routes.draw do
get "/offline" => "site#offline"
get "/key" => "site#key"
get "/id" => "site#id"
get "/query" => "browse#query"
resource :feature_query, :path => "query", :only => :show
post "/user/:display_name/confirm/resend" => "confirmations#confirm_resend", :as => :user_confirm_resend
match "/user/:display_name/confirm" => "confirmations#confirm", :via => [:get, :post]
match "/user/confirm" => "confirmations#confirm", :via => [:get, :post]