Skip to content

Instantly share code, notes, and snippets.

@shurru
Created July 10, 2014 11:20
Show Gist options
  • Save shurru/53669348e1c3fdaaf6b0 to your computer and use it in GitHub Desktop.
Save shurru/53669348e1c3fdaaf6b0 to your computer and use it in GitHub Desktop.
@app.route('/update', methods=['POST'])
def mongoupdate():
<pymongo code here>
@app.route('/retrieve', methods=['GET'])
def mongosend():
<pymongo code here>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment