Given something like
Router.route('/blah/:stuff', function () {
// respond with a redirect
}, {where: 'server'});
How to do the redirect? is there something built in? or do I have to craft it myself?
This is using Meteor 1.0 / Iron Router 1.0