From 0658931fbdce8935b9fc1431aac5f0044e795770 Mon Sep 17 00:00:00 2001 From: Backend IM Bot Date: Wed, 19 Mar 2025 16:38:07 +0000 Subject: [PATCH] feat: Update endpoint route --- endpoints/route.post.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints/route.post.py b/endpoints/route.post.py index 7b9270f..498c533 100644 --- a/endpoints/route.post.py +++ b/endpoints/route.post.py @@ -15,7 +15,7 @@ async def optimize_route( vehicle_type: str = "car" ): """Optimize route between multiple locations""" - route_id = str(uuid.uuid4()) + route_id = str(uuiid.uuid4()) if len(locations) < 2: raise HTTPException(