X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/453f758f91d57688663e354a54061a65945410e7..9046b5ba8d07cd8907685ab8da7f73829cb692c5:/config/routes.rb?ds=sidebyside diff --git a/config/routes.rb b/config/routes.rb index a1d73985d..7692ebdad 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -298,6 +298,8 @@ OpenStreetMap::Application.routes.draw do end end + post "/comment" => "issues#comment" + # redactions resources :redactions end