mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01:00
6 lines
93 B
JavaScript
6 lines
93 B
JavaScript
|
|
Router.route('/', {
|
||
|
|
name: 'Home',
|
||
|
|
redirectLoggedInUsers: true,
|
||
|
|
authenticated: true
|
||
|
|
});
|