dashboard is now root path
This commit is contained in:
parent
3abd977822
commit
5c9cb850fc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue