diff options
author | randx <dmitriy.zaporozhets@gmail.com> | 2012-07-06 03:05:12 +0300 |
---|---|---|
committer | randx <dmitriy.zaporozhets@gmail.com> | 2012-07-06 03:05:12 +0300 |
commit | be1b40802dcbfd59ecdd3c7439fc48d6cec97e2b (patch) | |
tree | 5a1bd003c3b9f501d6cc13ae2832218df76d0807 /config | |
parent | 6451e837bf2cf11f8956824329ddde0e14171a8e (diff) | |
download | gitlab-ce-be1b40802dcbfd59ecdd3c7439fc48d6cec97e2b.tar.gz |
Api page in help
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index af99109883f..3b33ed8dfd1 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -26,6 +26,7 @@ Gitlab::Application.routes.draw do get 'help' => 'help#index' get 'help/permissions' => 'help#permissions' get 'help/workflow' => 'help#workflow' + get 'help/api' => 'help#api' get 'help/web_hooks' => 'help#web_hooks' # |