From 4927cb75e6ab82500b3d055f35ea621483c224fe Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Thu, 1 Mar 2018 14:25:13 +0000 Subject: Remove IDE from CE --- config/routes.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'config/routes.rb') diff --git a/config/routes.rb b/config/routes.rb index e72ea1881cd..35fd76fb119 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -43,8 +43,6 @@ Rails.application.routes.draw do get 'liveness' => 'health#liveness' get 'readiness' => 'health#readiness' post 'storage_check' => 'health#storage_check' - get 'ide' => 'ide#index' - get 'ide/*vueroute' => 'ide#index', format: false resources :metrics, only: [:index] mount Peek::Railtie => '/peek' -- cgit v1.2.3