diff options
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/routes.rb b/config/routes.rb index 63e40a31b76..e0a9139b1b4 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -70,8 +70,6 @@ Rails.application.routes.draw do get 'ide' => 'ide#index' get 'ide/*vueroute' => 'ide#index', format: false - - draw :instance_statistics end # Koding route |