Commit 761c17f282c51baa6bc8e3ec169bc09dfaa43b83
1 parent
42032956
Exists in
master
and in
4 other branches
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 | 50 | end |
51 | 51 | end |
52 | 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 | 53 | resources :hooks, :only => [:index, :create, :destroy] do |
58 | 54 | get :test |
59 | 55 | end | ... | ... |