Removed trailing slash from API URLs

This commit is contained in:
Donkie
2023-05-18 14:33:57 +02:00
parent 646ade1721
commit d3703d0d92
3 changed files with 6 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ class VendorUpdateParameters(VendorParameters):
@router.get(
"/",
"",
name="Find vendor",
description="Get a list of vendors that matches the search query.",
response_model_exclude_none=True,
@@ -74,7 +74,7 @@ async def get(
@router.post(
"/",
"",
name="Add vendor",
description="Add a new vendor to the database.",
response_model_exclude_none=True,