From 4b33ba0b1c3eaf0bcc0f6af72c35b763cf3ea538 Mon Sep 17 00:00:00 2001 From: Donkie Date: Tue, 29 Aug 2023 19:08:53 +0200 Subject: [PATCH] Renamed locations endpoint to location --- spoolman/api/v1/other.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,