提交 94f91146 编写于 作者: R Robert Speicher

Limit admin/logs and admin/resque routes to the actions that are used

上级 4f4c401f
......@@ -53,8 +53,8 @@ Gitlab::Application.routes.draw do
resources :hooks, :only => [:index, :create, :destroy] do
get :test
end
resource :logs
resource :resque, :controller => 'resque'
resource :logs, only: [:show]
resource :resque, :controller => 'resque', only: [:show]
root :to => "dashboard#index"
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册