diff --git a/spoolman/api/v1/other.py b/spoolman/api/v1/other.py index b0bdb84..345ea60 100644 --- a/spoolman/api/v1/other.py +++ b/spoolman/api/v1/other.py @@ -99,7 +99,7 @@ async def find_lot_numbers( @router.get( - "/locations", + "/location", name="Find locations", description="Get a list of all spool locations.", response_model_exclude_none=True,