Closed fzf closed 11 years ago
If I navigate to /place?token=123
this.params['token'] should be 123 correct?
Ahh, no, page.js puts it in this.querystring. No attempt is made to parse it, perhaps this would be useful: https://github.com/visionmedia/node-querystring
this.querystring
If I navigate to /place?token=123
this.params['token'] should be 123 correct?