]> git.openstreetmap.org Git - rails.git/blobdiff - config/routes.rb
Made rubocop happy by formatting and minor syntax tweaks.
[rails.git] / config / routes.rb
index a1d73985dd1d0bbb5fc4a30f41753db80d8c3d10..7692ebdadfe952ccee7d2b8ddad6145accf5c205 100644 (file)
@@ -298,6 +298,8 @@ OpenStreetMap::Application.routes.draw do
     end
   end
 
+  post "/comment" => "issues#comment"
+
   # redactions
   resources :redactions
 end