Created
May 15, 2017 02:05
-
-
Save ernestofreyreg/0ad78348ca76df9a748df726199b6572 to your computer and use it in GitHub Desktop.
First Google Cloud Function
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
module.exports.handler = function (req, res) { | |
return res.send('Hello World!') | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment