Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import os
|
|
5 |
app = Flask(__name__)
|
6 |
|
7 |
# URL of the external chatbot API
|
8 |
-
EXTERNAL_CHATBOT_URL = "https://
|
9 |
|
10 |
@app.route("/send_message", methods=["POST"])
|
11 |
def send_message():
|
|
|
5 |
app = Flask(__name__)
|
6 |
|
7 |
# URL of the external chatbot API
|
8 |
+
EXTERNAL_CHATBOT_URL = "https://ahil-mohammad.github.io/Bee-Server/" # Replace with the correct URL
|
9 |
|
10 |
@app.route("/send_message", methods=["POST"])
|
11 |
def send_message():
|