Update app.py
Browse files
app.py
CHANGED
@@ -156,7 +156,7 @@ async def handle_message(message: cl.Message):
|
|
156 |
if match:
|
157 |
bestillingskode = match.group()
|
158 |
post_data = {
|
159 |
-
"url":
|
160 |
"body": {
|
161 |
"booking_id": bestillingskode
|
162 |
}
|
|
|
156 |
if match:
|
157 |
bestillingskode = match.group()
|
158 |
post_data = {
|
159 |
+
"url": api_url,
|
160 |
"body": {
|
161 |
"booking_id": bestillingskode
|
162 |
}
|