Skip to content

Instantly share code, notes, and snippets.

@Streemo
Created December 5, 2014 23:06
Show Gist options
  • Save Streemo/5939863ee180327e0050 to your computer and use it in GitHub Desktop.
Save Streemo/5939863ee180327e0050 to your computer and use it in GitHub Desktop.
Router.map(function(){
this.route('subscriptions', {
path: '/'
});
this.route('home', {
path: '/files/:file(*)'
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment