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-18 03:37:58 +0300
committerBob Van Landuyt <bob@vanlanduyt.co>2018-07-26 20:00:09 +0300
commitf8f2d0f9e18a76324d85ae319a3bb8585ed107d5 (patch)
treed7d70e058aa007923401791747a9efc45a52083c /config/routes.rb
parent8e675082374eefdcb7ae6a004fcf2b16d3c68201 (diff)
Create instance_statistics namespace and move convdev index and cohorts to it
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index e0a9139b1b4..17b969f669d 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -110,6 +110,7 @@ Rails.application.routes.draw do
draw :group
draw :user
draw :project
+ draw :instance_statistics
root to: "root#index"