mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 07:36:41 +10:00
Merge branch 'fix/group_link_route' of /home/git/repositories/gitlab/gitlab-ee
This commit is contained in:
+1
-1
@@ -293,7 +293,7 @@ Gitlab::Application.routes.draw do
|
||||
end
|
||||
end
|
||||
|
||||
resources :group_links, only: [:index, :create, :destroy]
|
||||
resources :group_links, only: [:index, :create, :destroy], constraints: {id: /\d+/}
|
||||
|
||||
resources :notes, only: [:index, :create, :destroy, :update], constraints: {id: /\d+/} do
|
||||
member do
|
||||
|
||||
Reference in New Issue
Block a user