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