summaryrefslogtreecommitdiffstats
path: root/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'app.py')
-rwxr-xr-xapp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.py b/app.py
index 77f3510..ca9a7c8 100755
--- a/app.py
+++ b/app.py
@@ -109,7 +109,7 @@ def get_order(order_id):
app.logger.info(order)
return jsonify({'order': order})
-@app.route('/marketorders', methods=['POST'])
+@app.route('/marketorders.ingest', methods=['POST'])
def ingest_orders():
if not request.json:
abort(400)