We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd847ae commit 62ce095Copy full SHA for 62ce095
1 file changed
order-service/app.py
@@ -26,5 +26,4 @@ def send_message():
26
return jsonify({'error': str(e)}), 500
27
def health():
28
return "Product service healthy", 200
29
-root@TR-6K5RGY3:~/ecom# vim order-service/app.py
30
0 commit comments