Skip to content

Instantly share code, notes, and snippets.

@fernyettheplant
Created July 21, 2020 15:34
Show Gist options
  • Save fernyettheplant/9149b0394563ac18e309f31ff7acaf4c to your computer and use it in GitHub Desktop.
Save fernyettheplant/9149b0394563ac18e309f31ff7acaf4c to your computer and use it in GitHub Desktop.
'use strict';
exports.http = (request, response) => {
// Do something with request
// Business Logic Here
response.status(200).send('the result');
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment