Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|