7 lines
111 B
JavaScript

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