summaryrefslogtreecommitdiff
path: root/config/routes/jira_connect.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/routes/jira_connect.rb')
-rw-r--r--config/routes/jira_connect.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/routes/jira_connect.rb b/config/routes/jira_connect.rb
index 1a21d7a8778..1e871d52c80 100644
--- a/config/routes/jira_connect.rb
+++ b/config/routes/jira_connect.rb
@@ -14,4 +14,10 @@ namespace :jira_connect do
resources :subscriptions, only: [:index, :create, :destroy]
resources :branches, only: [:new]
+
+ resources :installations, only: [:index] do
+ collection do
+ put :update
+ end
+ end
end