Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bennett <lukeeeebennettplus@gmail.com>2018-07-23 16:29:54 +0300
committerBob Van Landuyt <bob@vanlanduyt.co>2018-07-27 16:54:27 +0300
commit1a611cf1e5b0a7953fbb2a064aec72ed92b9e735 (patch)
tree50c234c48a7eb01682dbaae5cacd7990e70ebe41 /config/routes.rb
parent53c327173e47b2ec91279b4f6bdbd625f6c58595 (diff)
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"