diff --git a/config/routes.rb b/config/routes.rb index d82a9de8a..9fb56a2d4 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -62,6 +62,9 @@ RedmineApp::Application.routes.draw do end end + get '/', to: 'organizations#show', defaults: { id: 5 }, constraints: {subdomain: 'micros'} + get '/', to: 'organizations#show', defaults: { id: 23 }, constraints: {subdomain: 'nubot'} + resources :org_member do member do