mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-14 15:16:04 +10:00
Merge pull request #1376 from AlexDenisov/remove_unused_routes
Unused routes removed
This commit is contained in:
@@ -50,10 +50,6 @@ Gitlab::Application.routes.draw do
|
||||
end
|
||||
end
|
||||
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
|
||||
get :test
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user