Skip to content

Instantly share code, notes, and snippets.

@PamornT
Last active September 25, 2019 08:36
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 PamornT/bbd45a76868ca449040d9a29e7e9e499 to your computer and use it in GitHub Desktop.
Save PamornT/bbd45a76868ca449040d9a29e7e9e499 to your computer and use it in GitHub Desktop.
exports.ThaiPostWebHook = functions.region(REGION).https.onRequest((req, res) => {
console.log('Start Webhook');
res.status(200).send("OK").end();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment