Blame view

both/routes/configure.js 104 Bytes
77001041a   Ryan Glover   add support for F...
1
2
3
4
5
  FlowRouter.notFound = {
    action() {
      BlazeLayout.render( 'default', { yield: 'notFound' } );
    }
  };