Blame view
client/routes/routes-global.js
212 Bytes
3b214be5e
|
1 2 3 4 5 6 |
/* * Routes: Global * Global router configurations that apply to the entire application. */ Router.configure({ |
60890ed0b
|
7 |
loadingTemplate: 'loading', |
3b214be5e
|
8 9 10 |
notFoundTemplate: 'notFound', layoutTemplate: 'layoutDefault' }); |