summaryrefslogtreecommitdiffstats
path: root/app.py
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2017-08-20 12:26:21 +0200
committerTharre <tharre3@gmail.com>2017-08-20 12:26:21 +0200
commite6a9d58487ef36df78ea8dba5c2d2d411434b7bb (patch)
tree80b1d0bb381fe4735aa0c2db867f7d7a9b2a33b8 /app.py
parent44f2e22fc2b5d50f1ab6bfc32c7ef8fa970e1d8a (diff)
downloadalbion-api-e6a9d58487ef36df78ea8dba5c2d2d411434b7bb.tar.gz
albion-api-e6a9d58487ef36df78ea8dba5c2d2d411434b7bb.tar.xz
albion-api-e6a9d58487ef36df78ea8dba5c2d2d411434b7bb.zip
Change ingest endpoint for albiondata
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)