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

@@ -61,7 +61,7 @@ class SpoolUseParameters(BaseModel):
@router.get(
"/",
"",
name="Find spool",
description="Get a list of spools that matches the search query.",
response_model_exclude_none=True,
@@ -133,7 +133,7 @@ async def get(
@router.post(
"/",
"",
name="Add spool",
description=(
"Add a new spool to the database. "