Commit 5c9cb850 authored by gitlabhq's avatar gitlabhq

dashboard is now root path

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