diff options
author | Fabian Schneider <fabbbbbi+git@googlemail.com> | 2018-10-05 09:42:38 +0000 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2018-10-05 09:42:38 +0000 |
commit | b55c320c89b939718562f9d6a606e831cbb776c4 (patch) | |
tree | ffdfadfbba26e0db8f3e6e06ebe214174e3b6b54 /config/routes | |
parent | 16d038da1c5c38c02fbc300eb180c64b67a0d908 (diff) | |
download | gitlab-ce-b55c320c89b939718562f9d6a606e831cbb776c4.tar.gz |
Resolve "Drop down filter for project snippets"
Diffstat (limited to 'config/routes')
-rw-r--r-- | config/routes/project.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb index 5236962b999..3c8d4458fba 100644 --- a/config/routes/project.rb +++ b/config/routes/project.rb @@ -32,6 +32,7 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do get 'labels' get 'milestones' get 'commands' + get 'snippets' end end |