Skip to content

Instantly share code, notes, and snippets.

@Streemo
Created December 4, 2014 05:31
Show Gist options
  • Save Streemo/07e1acc73b218f4c627b to your computer and use it in GitHub Desktop.
Save Streemo/07e1acc73b218f4c627b to your computer and use it in GitHub Desktop.
Router.route('/hello/:param', function(){
this.render('home');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment