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:
authorKia Mei Somabes <kssomabes@up.edu.ph>2018-07-24 03:04:16 +0300
committerKia Mei Somabes <kssomabes@up.edu.ph>2018-07-24 03:04:16 +0300
commitc03bc268be7769ceeb9d1738d6b887a7c866e2a0 (patch)
tree5919a9b21cb6d56e84002619c6329d9b57d96427 /config/routes/repository.rb
parent3b4734ce714f2e112241453dd04f0273a9d362ec (diff)
Transfer to commits_controller, add test, and update changelog
Diffstat (limited to 'config/routes/repository.rb')
-rw-r--r--config/routes/repository.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes/repository.rb b/config/routes/repository.rb
index 87101a69bba..d439cb9acbd 100644
--- a/config/routes/repository.rb
+++ b/config/routes/repository.rb
@@ -83,7 +83,7 @@ scope format: false do
get '/raw/*id', to: 'raw#show', as: :raw
get '/blame/*id', to: 'blame#show', as: :blame
- get '/commits/', to: 'application#redirect_commits_root', as: :commits_root
+ get '/commits', to: 'commits#commits_root', as: :commits_root
get '/commits/*id/signatures', to: 'commits#signatures', as: :signatures
get '/commits/*id', to: 'commits#show', as: :commits