X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/453f758f91d57688663e354a54061a65945410e7..757a1aaa850bf48e45ee1dd2225cda1c9fa47d73:/config/routes.rb 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