We need shortcuts route.
This commit is contained in:
parent
0879babfd1
commit
17a696a98b
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ Gitlab::Application.routes.draw do
|
|||
|
||||
get 'help' => 'help#index'
|
||||
get 'help/:category/:file' => 'help#show', as: :help_page
|
||||
get 'help/shortcuts'
|
||||
|
||||
#
|
||||
# Global snippets
|
||||
|
|
Loading…
Reference in a new issue