Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config/routes/jira_connect.rb')
-rw-r--r--config/routes/jira_connect.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes/jira_connect.rb b/config/routes/jira_connect.rb
index 72b3f04f5e5..1a21d7a8778 100644
--- a/config/routes/jira_connect.rb
+++ b/config/routes/jira_connect.rb
@@ -13,4 +13,5 @@ namespace :jira_connect do
end
resources :subscriptions, only: [:index, :create, :destroy]
+ resources :branches, only: [:new]
end