Skip to content

Commit

Permalink
rename batch to get_batch
Browse files Browse the repository at this point in the history
  • Loading branch information
chennisden committed Jul 30, 2024
1 parent f27f80b commit 60b97e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/app/routers/listings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]:
Expand Down

0 comments on commit 60b97e5

Please sign in to comment.