Skip to content

Commit

Permalink
[webui] sourcediff is a post call
Browse files Browse the repository at this point in the history
  • Loading branch information
hennevogel authored and coolo committed Jul 2, 2013
1 parent 990ffbf commit 0e91433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/config/routes.rb
Expand Up @@ -198,7 +198,7 @@
post 'request/add_reviewer' => :add_reviewer
post 'request/modify_review' => :modify_review
get 'request/show/:id' => :show
get 'request/sourcediff' => :sourcediff
post 'request/sourcediff' => :sourcediff
post 'request/changerequest' => :changerequest
get 'request/diff/:id' => :diff
get 'request/list' => :list
Expand Down

0 comments on commit 0e91433

Please sign in to comment.