Skip to content
Snippets Groups Projects
Commit 626d5caf authored by Luke Bennett's avatar Luke Bennett Committed by Bob Van Landuyt
Browse files

Scope instance_statistics to dash

parent 4090362e
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -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
Loading
Loading
@@ -110,7 +112,6 @@ Rails.application.routes.draw do
draw :group
draw :user
draw :project
draw :instance_statistics
 
root to: "root#index"
 
Loading
Loading
namespace :instance_statistics do
root to: redirect("instance_statistics/conversational_development_index")
root to: redirect('-/instance_statistics/conversational_development_index')
 
resources :cohorts, only: :index
resources :conversational_development_index, only: :index
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment