Bronze 2
Since a month ago
3 weeks ago

My Stats

  • 5 Posts
  • 1 Solutions
  • 1 Likes given
  • 14 Likes received

yikeshuyuhen's Bio

Badges yikeshuyuhen Earned

View all badges

Recent Activity

the code : # define a route for [email protected]('/webhook', methods=['POST'])def webhook(): req = request.get_json() if 'fulfillmentInfo' not in req or 'tag' not in req['fulfillmentInfo']: return jsonify({"error": "Invalid request, tag missing"...