Skip to content

Commit

Permalink
[DOP-20048] fix fucntion name
Browse files Browse the repository at this point in the history
  • Loading branch information
TiGrib committed Nov 5, 2024
1 parent 59db4c3 commit d23fa77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_rentgen/server/api/v1/router/location.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


@router.get("", summary="Paginated list of Locations")
async def paginate_datasets(
async def paginate_locations(
query_args: Annotated[LocationPaginateQueryV1, Depends()],
unit_of_work: Annotated[UnitOfWork, Depends()],
) -> PageResponseV1[LocationResponseV1]:
Expand Down

0 comments on commit d23fa77

Please sign in to comment.