Skip to content

Instantly share code, notes, and snippets.

@srs
Created October 19, 2016 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save srs/f661826d56aa76aa2de93ceef0d05f3f to your computer and use it in GitHub Desktop.
Save srs/f661826d56aa76aa2de93ceef0d05f3f to your computer and use it in GitHub Desktop.
PurpleJS Blob - Snippet 4
exports.get = function(req) {
return {
body: 'Hello World!'
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment