CORVO-AI commited on
Commit
c572b5a
·
verified ·
1 Parent(s): b4d9cd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ HEADERS = {
12
  "Cookie": "YOUR_COOKIES_HERE", # Replace with actual cookie value
13
  }
14
 
15
- @app.route('/query', methods=['POST'])
16
  def query():
17
  try:
18
  # Get the JSON payload from the request
 
12
  "Cookie": "YOUR_COOKIES_HERE", # Replace with actual cookie value
13
  }
14
 
15
+ @app.route('/chat', methods=['POST'])
16
  def query():
17
  try:
18
  # Get the JSON payload from the request