Commit 939218d7 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'fix/group_link_route' of /home/git/repositories/gitlab/gitlab-ee

parents 84114a62 c2d16fd8
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment