diff --git a/store/app/routers/listings.py b/store/app/routers/listings.py index da1fbf00..456ea304 100644 --- a/store/app/routers/listings.py +++ b/store/app/routers/listings.py @@ -36,7 +36,7 @@ async def list_listings( @listings_router.get("/batch") -async def batch( +async def get_batch( crud: Annotated[Crud, Depends(Crud.get)], ids: list[str] = Query(description="List of part ids"), ) -> list[Listing]: