Commit 761c17f282c51baa6bc8e3ec169bc09dfaa43b83

Authored by Alex Denisov
1 parent 42032956

Unused routes removed

Showing 1 changed file with 0 additions and 4 deletions   Show diff stats
config/routes.rb
@@ -50,10 +50,6 @@ Gitlab::Application.routes.draw do @@ -50,10 +50,6 @@ Gitlab::Application.routes.draw do
50 end 50 end
51 end 51 end
52 resources :team_members, :only => [:edit, :update, :destroy] 52 resources :team_members, :only => [:edit, :update, :destroy]
53 - get 'mailer/preview_note'  
54 - get 'mailer/preview_user_new'  
55 - get 'mailer/preview_issue_new'  
56 -  
57 resources :hooks, :only => [:index, :create, :destroy] do 53 resources :hooks, :only => [:index, :create, :destroy] do
58 get :test 54 get :test
59 end 55 end