Skip to content

Instantly share code, notes, and snippets.

@ivanstoyanov
Last active December 16, 2015 22:09
Show Gist options
  • Select an option

  • Save ivanstoyanov/5505442 to your computer and use it in GitHub Desktop.

Select an option

Save ivanstoyanov/5505442 to your computer and use it in GitHub Desktop.
function onPreFetch(request, response, modules){
response.body = {"hello": "world"};
response.complete(200);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment