Skip to content

Instantly share code, notes, and snippets.

@munro
Last active December 11, 2015 17:08
Show Gist options
  • Save munro/4632162 to your computer and use it in GitHub Desktop.
Save munro/4632162 to your computer and use it in GitHub Desktop.
endpoint.js
route('/games', function (req) {
return mongo('game');
});
// @TODO Write that pf library!
route('/games', pf.lazy(mongo, 'game'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment