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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-26 15:08:51 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-26 15:08:51 +0300
commit8e812185ddf4c77ae3b1512b2d04725190e64209 (patch)
tree2707c33c1585955714f8c367b8beea3c72409160 /config/routes
parent2f47b6d8e1cf97b3a0797fe9f249aa1ae38fc5a1 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/routes')
-rw-r--r--config/routes/snippets.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes/snippets.rb b/config/routes/snippets.rb
index 259e88ba7b2..1ea9a6431d8 100644
--- a/config/routes/snippets.rb
+++ b/config/routes/snippets.rb
@@ -21,7 +21,7 @@ end
scope path: '-' do
get '/snippets/:snippet_id/raw/:ref/*path',
to: 'snippets/blobs#raw',
- as: :snippet_raw,
+ as: :snippet_blob_raw,
format: false,
constraints: { snippet_id: /\d+/ }
end