Renamed locations endpoint to location

This commit is contained in:
Donkie
2023-08-29 19:08:53 +02:00
parent 1a031903de
commit 4b33ba0b1c

View File

@@ -99,7 +99,7 @@ async def find_lot_numbers(
@router.get( @router.get(
"/locations", "/location",
name="Find locations", name="Find locations",
description="Get a list of all spool locations.", description="Get a list of all spool locations.",
response_model_exclude_none=True, response_model_exclude_none=True,