Add setting to bypass homepage

This commit is contained in:
2020-08-24 09:38:48 -05:00
parent 6d402e3f81
commit aeae72c01c
3 changed files with 11 additions and 14 deletions

View File

@@ -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' ],
},
/*