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 344f0114364..202d2574ad0 100644
--- a/config/routes/jira_connect.rb
+++ b/config/routes/jira_connect.rb
@@ -22,4 +22,5 @@ namespace :jira_connect do
end
resources :oauth_callbacks, only: [:index]
+ resource :oauth_application_id, only: [:show]
end