diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-27 15:25:26 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-27 15:25:26 +0000 |
commit | 88725a6b87961c5f3052259f84208a6ccb943b34 (patch) | |
tree | 0d9a3366e66c03f74eba1f8ae2c4fb81912aa3bc /app | |
parent | ed98b14d6293807e32a708faa5e33d2b5bb35282 (diff) | |
download | gitlab-ce-88725a6b87961c5f3052259f84208a6ccb943b34.tar.gz |
Add latest changes from gitlab-org/security/gitlab@12-10-stable-ee
Diffstat (limited to 'app')
-rw-r--r-- | app/serializers/remote_mirror_entity.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/serializers/remote_mirror_entity.rb b/app/serializers/remote_mirror_entity.rb index 8835c6d4647..440e4274668 100644 --- a/app/serializers/remote_mirror_entity.rb +++ b/app/serializers/remote_mirror_entity.rb @@ -2,7 +2,7 @@ class RemoteMirrorEntity < Grape::Entity expose :id - expose :url + expose :safe_url, as: :url expose :enabled expose :auth_method |