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.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb
index 8a26ae7e6f6..7a71ec416fd 100644
--- a/lib/api/api.rb
+++ b/lib/api/api.rb
@@ -387,6 +387,7 @@ module API
mount ::API::Internal::MailRoom
mount ::API::Internal::ContainerRegistry::Migration
mount ::API::Internal::Workhorse
+ mount ::API::Internal::Shellhorse
version 'v3', using: :path do
# Although the following endpoints are kept behind V3 namespace,