2014-12-23 21:09:30 -05:00

5 lines
86 B
JavaScript

Router.route('/', function() {
this.render("initial");
})
Router.route('/checkout');