Add setting to bypass homepage
This commit is contained in:
@@ -45,9 +45,6 @@ const index = {
|
||||
// Placeholder for auth dashboard. You'd replace this with
|
||||
// your own route protected by 'middleware::auth:UserOnly'
|
||||
'/dash': [ 'middleware::auth:UserOnly', ['middleware::Redirect', {to: '/dash/profile'}] ],
|
||||
|
||||
// TODO remove this
|
||||
'/tmpl': [ 'middleware::auth:UserOnly', 'controller::Home.tmpl' ],
|
||||
},
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user