From dab3f0d22563f901807648582897ce7a6962954f Mon Sep 17 00:00:00 2001 From: ouyangxuhua Date: Tue, 5 Jan 2016 16:55:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA=E7=BB=84=E7=BB=871=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=AD=90=E5=9F=9F=E5=90=8D=EF=BC=9Ateam?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/routes.rb b/config/routes.rb index 7c473fada..10824a5ae 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -67,6 +67,7 @@ RedmineApp::Application.routes.draw do get '/', to: 'organizations#show', defaults: { id: 5 }, constraints: {subdomain: 'micros'} get '/', to: 'organizations#show', defaults: { id: 23 }, constraints: {subdomain: 'nubot'} + get '/', to: 'organizations#show', defaults: { id: 1 }, constraints: {subdomain: 'team'} resources :org_member do member do