diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 046e1800235..061a8fd5da4 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -573,8 +573,9 @@ Rails.application.routes.draw do get :commits get :diffs get :builds - post :merge get :merge_check + post :merge + post :cancel_merge_when_build_succeeds get :ci_status post :toggle_subscription end |