Created
March 26, 2019 23:35
-
-
Save donald-pinckney/b6ddac9999c1b1ab79028784e2cc5b6c to your computer and use it in GitHub Desktop.
JavaScript Wrapper Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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