diff options
author | Tharre <tharre3@gmail.com> | 2017-08-20 12:26:21 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2017-08-20 12:26:21 +0200 |
commit | e6a9d58487ef36df78ea8dba5c2d2d411434b7bb (patch) | |
tree | 80b1d0bb381fe4735aa0c2db867f7d7a9b2a33b8 /app.py | |
parent | 44f2e22fc2b5d50f1ab6bfc32c7ef8fa970e1d8a (diff) | |
download | albion-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-x | app.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |