We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed633ec commit c7b88bfCopy full SHA for c7b88bf
README.md
@@ -14,7 +14,7 @@ meteor add meteorhacks:picker
14
15
~~~js
16
17
-Picker.router('/post/:_id', function(params, req, res, next) {
+Picker.route('/post/:_id', function(params, req, res, next) {
18
var post = Posts.findOne(params._id);
19
res.end(post.content);
20
});
0 commit comments