Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ def aiassist():
|
|
104 |
|
105 |
|
106 |
@app.route('/agent/chat/suggestion', methods=['POST'])
|
107 |
-
def
|
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')
|