Skip to content

Instantly share code, notes, and snippets.

@nfarah86
Created May 7, 2016 03:52
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 nfarah86/0f3905b1a6140676ea435f799e808306 to your computer and use it in GitHub Desktop.
Save nfarah86/0f3905b1a6140676ea435f799e808306 to your computer and use it in GitHub Desktop.
Emergency Run End Point
// omitted code
@app.route("/emergency_run", methods = ['POST'])
def emergency_message():
textMessage("I have an emergency and need help. Please find me here: http://rescue-nfh.herokuapp.com/contact_map_display")
return json.dumps({ 'success': True })
// omitted code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment