Skip to content

Instantly share code, notes, and snippets.

@donald-pinckney
Created March 26, 2019 23:35
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 donald-pinckney/b6ddac9999c1b1ab79028784e2cc5b6c to your computer and use it in GitHub Desktop.
Save donald-pinckney/b6ddac9999c1b1ab79028784e2cc5b6c to your computer and use it in GitHub Desktop.
JavaScript Wrapper Code
const f = require('./function.js');
exports.gcf_main = function gcf_main(req, res) {
res.send(f.hello(req.body));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment