Subbu1304 commited on
Commit
c615ef9
·
verified ·
1 Parent(s): 35eb6f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -139,6 +139,7 @@ def get_recipe_items():
139
  logger.error(f"Failed to fetch recipe items: {str(e)}")
140
  return jsonify({"error": f"Failed to fetch recipe items from Salesforce: {str(e)}"}), 500
141
 
 
142
  @app.route('/submit_customization_ingredients', methods=['POST'])
143
  def submit_customization_ingredients():
144
  global sf
 
139
  logger.error(f"Failed to fetch recipe items: {str(e)}")
140
  return jsonify({"error": f"Failed to fetch recipe items from Salesforce: {str(e)}"}), 500
141
 
142
+
143
  @app.route('/submit_customization_ingredients', methods=['POST'])
144
  def submit_customization_ingredients():
145
  global sf