summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorLuke Bennett <lukeeeebennettplus@gmail.com>2018-07-23 14:29:54 +0100
committerBob Van Landuyt <bob@vanlanduyt.co>2018-07-26 19:00:56 +0200
commit626d5caf0fb4fe242c24dda294457479eebe6c16 (patch)
treefd80110873bd3a149de82f5deddd9d9141db2f93 /config/routes.rb
parent4090362ed34b459cd8ace3db8b98bc01877fe07a (diff)
downloadgitlab-ce-626d5caf0fb4fe242c24dda294457479eebe6c16.tar.gz
Scope instance_statistics to dash
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 17b969f669d..63e40a31b76 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -70,6 +70,8 @@ Rails.application.routes.draw do
get 'ide' => 'ide#index'
get 'ide/*vueroute' => 'ide#index', format: false
+
+ draw :instance_statistics
end
# Koding route
@@ -110,7 +112,6 @@ Rails.application.routes.draw do
draw :group
draw :user
draw :project
- draw :instance_statistics
root to: "root#index"