Spaces:
Sleeping
Sleeping
OnlyBiggg
commited on
Commit
·
8985d0d
1
Parent(s):
4c50e38
add
Browse files- app/api/routes.py +2 -1
app/api/routes.py
CHANGED
@@ -228,7 +228,8 @@ async def booking_trip(request: Request) -> Response:
|
|
228 |
[
|
229 |
{
|
230 |
"type": "chips",
|
231 |
-
"options": [
|
|
|
232 |
]
|
233 |
}
|
234 |
]
|
|
|
228 |
[
|
229 |
{
|
230 |
"type": "chips",
|
231 |
+
"options": [
|
232 |
+
{"text": name} for name in routes_name
|
233 |
]
|
234 |
}
|
235 |
]
|