Rammohan0504 commited on
Commit
9e28083
·
verified ·
1 Parent(s): 33ec344

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1184,6 +1184,7 @@ def add_to_cart():
1184
  except Exception as e:
1185
  print(f"Error adding item to cart: {str(e)}")
1186
  return jsonify({"success": False, "error": str(e)})
 
1187
 
1188
  @app.route("/order", methods=["GET"])
1189
  def order_summary():
 
1184
  except Exception as e:
1185
  print(f"Error adding item to cart: {str(e)}")
1186
  return jsonify({"success": False, "error": str(e)})
1187
+
1188
 
1189
  @app.route("/order", methods=["GET"])
1190
  def order_summary():