mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-22 23:03:00 +08:00
Change root page
This commit is contained in:
parent
5c0a769f87
commit
98d7092a51
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ Rails.application.routes.draw do
|
|||
confirmations: 'users/confirmations',
|
||||
omniauth_callbacks: 'users/omniauth_callbacks' }
|
||||
|
||||
root 'projects#index'
|
||||
root 'dashboards#show'
|
||||
|
||||
# # Client APP endpoints
|
||||
# get '/settings', to: 'client_api/settings#index'
|
||||
|
|
Loading…
Reference in a new issue