OnlyBiggg commited on
Commit
cc47f38
·
1 Parent(s): 3b5e8c9
Files changed (1) hide show
  1. app/api/routes.py +1 -1
app/api/routes.py CHANGED
@@ -223,7 +223,7 @@ async def booking_trip(request: Request) -> Response:
223
  link = f'https://stag.futabus.vn/dat-ve?from={departure_code}&fromTime={date}&isReturn=false&ticketCount={ticket_count}&to={destination_code}&toTime='
224
 
225
  text= [f"Tuyến xe **{raw_departure_city}** - **{raw_destination_city}**: **{total}** chuyến.\n"
226
- f"Thời gian các tuyến xe khởi hành: {schedule_time_trip}\n"
227
  f"Giá vé: **{price}** VND.\n"
228
  f"Quý khách vui lòng truy cập vào [**tại đây**]({link}) để tiến hành đặt vé."]
229
  return DialogFlowResponseAPI(text=text)
 
223
  link = f'https://stag.futabus.vn/dat-ve?from={departure_code}&fromTime={date}&isReturn=false&ticketCount={ticket_count}&to={destination_code}&toTime='
224
 
225
  text= [f"Tuyến xe **{raw_departure_city}** - **{raw_destination_city}**: **{total}** chuyến.\n"
226
+ f"Thời gian các chuyến xe khởi hành: {schedule_time_trip}\n"
227
  f"Giá vé: **{price}** VND.\n"
228
  f"Quý khách vui lòng truy cập vào [**tại đây**]({link}) để tiến hành đặt vé."]
229
  return DialogFlowResponseAPI(text=text)