Commit 5c9cb850 authored by gitlabhq's avatar gitlabhq

dashboard is now root path

parent 3abd9778
......@@ -54,5 +54,5 @@ Gitlab::Application.routes.draw do
end
resources :notes, :only => [:create, :destroy]
end
root :to => "projects#index"
root :to => "dashboard#index"
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