Hooks UI improved, Request tests added
This commit is contained in:
parent
7b7547aa00
commit
28cb43135c
10 changed files with 125 additions and 85 deletions
|
@ -111,7 +111,7 @@ Gitlab::Application.routes.draw do
|
|||
end
|
||||
|
||||
resources :snippets
|
||||
resources :hooks, :only => [:index, :new, :create, :destroy, :show] do
|
||||
resources :hooks, :only => [:index, :create, :destroy] do
|
||||
member do
|
||||
get :test
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue