Commit 17a696a98b8f7a8bbdbcd4bdc3d1500e08ddceaa

Authored by Marin Jankovski
1 parent 0879babf

We need shortcuts route.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
config/routes.rb
... ... @@ -34,6 +34,7 @@ Gitlab::Application.routes.draw do
34 34  
35 35 get 'help' => 'help#index'
36 36 get 'help/:category/:file' => 'help#show', as: :help_page
  37 + get 'help/shortcuts'
37 38  
38 39 #
39 40 # Global snippets
... ...