mirror of
https://github.com/fspc/BikeShed-1.git
synced 2025-02-28 08:43:23 -05:00
change root route
This commit is contained in:
parent
d50c73c539
commit
56704fd269
@ -3,7 +3,8 @@ Velocipede::Application.routes.draw do
|
||||
devise_for :users
|
||||
netzke
|
||||
|
||||
root :to => 'site#index'
|
||||
root :to => 'time_entries#new'
|
||||
|
||||
get 'admin/index', to: 'panel#index', as: "admin_index"
|
||||
|
||||
get 'bikes/new', to: 'bikes#new', as: "new_bike"
|
||||
|
Loading…
x
Reference in New Issue
Block a user