Skip to content

Commit 050b908

Browse files
v2.16
1 parent b4e870e commit 050b908

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

order-service/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ def place_order():
1515

1616
@app.route('/order/orders', methods=['GET'])
1717
def list_orders():
18-
return jsonify([{"id": 1, "product_id": 1, "status": "confirmed"}])
1918
print(f"Queue URL: {queue_url}")
19+
return jsonify([{"id": 1, "product_id": 1, "status": "confirmed"}])
2020
@app.route('/health', methods=['GET'])
2121
def health():
2222
return "Order service healthy", 200

0 commit comments

Comments
 (0)