diff options
author | Douwe Maan <douwe@gitlab.com> | 2018-10-15 16:28:09 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2018-10-15 16:28:09 +0000 |
commit | 0602fcb6bf0050f71e8b8f69e0328031f9386618 (patch) | |
tree | c900c2cb8d19323c3c81d9d266ca187e1f79f885 /config | |
parent | bf47fc8b0c05bf57e18e985e2ad2569c625108b3 (diff) | |
parent | 8a934b0676b44bd601f67f8ab88fb4e3dba3134e (diff) | |
download | gitlab-ce-0602fcb6bf0050f71e8b8f69e0328031f9386618.tar.gz |
Merge branch 'sh-remove-koding' into 'master'
Remove Koding integration and documentation
Closes #39697
See merge request gitlab-org/gitlab-ce!22334
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/routes.rb b/config/routes.rb index 5c093aa5626..c081ca9672a 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -81,9 +81,6 @@ Rails.application.routes.draw do draw :instance_statistics end - # Koding route - get 'koding' => 'koding#index' - draw :api draw :sidekiq draw :help |