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(