Commit 7c76c8d3 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #1376 from AlexDenisov/remove_unused_routes

Unused routes removed
parents 42032956 761c17f2
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment