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:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-11-19 21:22:46 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2015-11-19 21:28:14 +0300
commit888821f9ffb56c6fdf762f28dd42cf3b7226652f (patch)
tree2f064509ed562fe5cbe81cdb465b1184a63400b5 /lib/gitlab/lfs/router.rb
parent56476f18475deb896c09b47e967dc5146f66778b (diff)
Add support for batch download operation
Diffstat (limited to 'lib/gitlab/lfs/router.rb')
-rw-r--r--lib/gitlab/lfs/router.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/lfs/router.rb b/lib/gitlab/lfs/router.rb
index 4809e834984..2b3f2e8e958 100644
--- a/lib/gitlab/lfs/router.rb
+++ b/lib/gitlab/lfs/router.rb
@@ -48,7 +48,7 @@ module Gitlab
# Check for Batch API
if post_path[0].ends_with?("/info/lfs/objects/batch")
- lfs.render_lfs_api_auth
+ lfs.render_batch_operation_response
else
nil
end