Skip to content

Commit

Permalink
[webui] Fixed routing-error for add_maintained_project (post not get)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrunner authored and adrianschroeter committed Jun 19, 2013
1 parent 74727cf commit 13770bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
get 'project/status' => :status
get 'project/maintained_projects' => :maintained_projects
get 'project/add_maintained_project_dialog' => :add_maintained_project_dialog
get 'project/add_maintained_project' => :add_maintained_project
post 'project/add_maintained_project' => :add_maintained_project
get 'project/remove_maintained_project' => :remove_maintained_project
get 'project/maintenance_incidents' => :maintenance_incidents
get 'project/list_incidents' => :list_incidents
Expand Down

0 comments on commit 13770bd

Please sign in to comment.