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 'lib/api/api.rb')
-rw-r--r--lib/api/api.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb
index 94dfb7f598c..ffb0cdf8991 100644
--- a/lib/api/api.rb
+++ b/lib/api/api.rb
@@ -218,6 +218,7 @@ module API
mount ::API::ImportGithub
mount ::API::Integrations
mount ::API::Invitations
+ mount ::API::IssueLinks
mount ::API::Keys
mount ::API::Lint
mount ::API::Markdown
@@ -291,7 +292,6 @@ module API
mount ::API::Groups
mount ::API::HelmPackages
mount ::API::Integrations::JiraConnect::Subscriptions
- mount ::API::IssueLinks
mount ::API::Issues
mount ::API::Labels
mount ::API::MavenPackages