summaryrefslogtreecommitdiff
path: root/config/routes/ci.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/routes/ci.rb')
-rw-r--r--config/routes/ci.rb8
1 files changed, 1 insertions, 7 deletions
diff --git a/config/routes/ci.rb b/config/routes/ci.rb
index 47a049d5b20..8d23aa8fbf6 100644
--- a/config/routes/ci.rb
+++ b/config/routes/ci.rb
@@ -5,11 +5,5 @@ namespace :ci do
resource :lint, only: [:show, :create]
- resources :projects, only: [:index, :show] do
- member do
- get :status, to: 'projects#badge'
- end
- end
-
- root to: 'projects#index'
+ root to: redirect('/')
end