demoPOC commited on
Commit
5a35d7e
·
1 Parent(s): fc853c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ def aiassist():
103
 
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"))
 
103
 
104
 
105
 
106
+ @app.route('/post_json', methods=['POST'])
107
  def post_json():
108
  print(f"\n{'*' * 100}\n")
109
  print("Request Received >>>>>>>>>>>>>>>>>>", datetime.now().strftime("%H:%M:%S"))