Unused routes removed
This commit is contained in:
parent
42032956bd
commit
761c17f282
1 changed files with 0 additions and 4 deletions
|
@ -50,10 +50,6 @@ Gitlab::Application.routes.draw do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
resources :team_members, :only => [:edit, :update, :destroy]
|
resources :team_members, :only => [:edit, :update, :destroy]
|
||||||
get 'mailer/preview_note'
|
|
||||||
get 'mailer/preview_user_new'
|
|
||||||
get 'mailer/preview_issue_new'
|
|
||||||
|
|
||||||
resources :hooks, :only => [:index, :create, :destroy] do
|
resources :hooks, :only => [:index, :create, :destroy] do
|
||||||
get :test
|
get :test
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue