Skip to content

Instantly share code, notes, and snippets.

@matisiekpl
Created December 27, 2018 18:56
Show Gist options
  • Save matisiekpl/57174e21cad7f0f37cbe77c7096e934d to your computer and use it in GitHub Desktop.
Save matisiekpl/57174e21cad7f0f37cbe77c7096e934d to your computer and use it in GitHub Desktop.
const runtime = require('./runtime.js');
module.exports.helloWorld = runtime.functions.onRequest(async (req, res) => {
res.json({
message: 'Hello World!'
})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment