demoPOC commited on
Commit
4eb38cf
·
1 Parent(s): 27b94c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ def aiassist():
104
 
105
 
106
  @app.route('/agent/chat/suggestion', methods=['POST'])
107
- def process_json():
108
  print(f"\n{'*' * 100}\n")
109
  print("Request Received >>>>>>>>>>>>>>>>>>", datetime.now().strftime("%H:%M:%S"))
110
  content_type = request.headers.get('Content-Type')
 
104
 
105
 
106
  @app.route('/agent/chat/suggestion', methods=['POST'])
107
+ def post_json():
108
  print(f"\n{'*' * 100}\n")
109
  print("Request Received >>>>>>>>>>>>>>>>>>", datetime.now().strftime("%H:%M:%S"))
110
  content_type = request.headers.get('Content-Type')