routes-global.js 182 Bytes
/*
* Routes: Global
* Global router configurations that apply to the entire application.
*/

Router.configure({
  notFoundTemplate: 'notFound',
  layoutTemplate: 'layoutDefault'
});