Files
gitlab-foss/config/routes/help.rb
2021-02-03 21:09:17 +00:00

7 lines
267 B
Ruby

# frozen_string_literal: true
get 'help' => 'help#index'
get 'help/shortcuts' => 'help#shortcuts'
get 'help/instance_configuration' => 'help#instance_configuration'
get 'help/*path' => 'help#show', as: :help_page