camparchimedes commited on
Commit
aa43dfd
·
verified ·
1 Parent(s): 2c4f527

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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": endpoint_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
  }