diff --git a/config/routes.rb b/config/routes.rb index 3531f4b5f..3a4d2fb92 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -82,6 +82,10 @@ RedmineApp::Application.routes.draw do get '/', to: 'organizations#show', defaults: { id: 23 }, constraints: {subdomain: 'nubot'} get '/', to: 'organizations#show', defaults: { id: 1 }, constraints: {subdomain: 'team'} + get '/', to: 'users#show', defaults: {id: 7}, constraints: {subdomain: 'whm'} + get '/', to: 'users#show', defaults: {id: 5}, constraints: {subdomain: 'yg'} + get '/', to: 'users#show', defaults: {id:11}, constraints: {subdomain: 'wt'} + resources :org_member do member do