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/ml/mlflow/api_helpers.rb')
-rw-r--r--lib/api/ml/mlflow/api_helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/ml/mlflow/api_helpers.rb b/lib/api/ml/mlflow/api_helpers.rb
index 7f4a895235c..66689d8e0ca 100644
--- a/lib/api/ml/mlflow/api_helpers.rb
+++ b/lib/api/ml/mlflow/api_helpers.rb
@@ -46,7 +46,7 @@ module API
)
path = path.delete_suffix('/package_version')
- "#{request.base_url}#{path}"
+ expose_url(path)
end
end
end