Skip to content

Instantly share code, notes, and snippets.

@JustinaPetr
Last active July 9, 2019 16:56
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 JustinaPetr/f80a53c69cb1cc48e70dd2105b2bed73 to your computer and use it in GitHub Desktop.
Save JustinaPetr/f80a53c69cb1cc48e70dd2105b2bed73 to your computer and use it in GitHub Desktop.
@google_webhook.route("/", methods=['GET'])
async def health(request):
return response.json({"status": "ok"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment