diff options
Diffstat (limited to 'config/routes/group.rb')
-rw-r--r-- | config/routes/group.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes/group.rb b/config/routes/group.rb index 4838c9d91c6..6e081252200 100644 --- a/config/routes/group.rb +++ b/config/routes/group.rb @@ -13,6 +13,7 @@ constraints(GroupUrlConstrainer.new) do end resources :groups, constraints: { id: /[a-zA-Z.0-9_\-]+(?<!\.atom)/ } do + get '/', action: :show, as: :canonical member do get :issues get :merge_requests |