hide root from api schema

This commit is contained in:
Johannes Kirschbauer
2023-11-17 12:03:40 +01:00
parent 02c3222f6b
commit f07fb05220
2 changed files with 2 additions and 3 deletions

View File

@@ -6,7 +6,6 @@ from pathlib import Path
from fastapi import APIRouter, Response
from ..assets import asset_path
from ..tags import Tags
router = APIRouter()

View File

@@ -33,5 +33,5 @@ tags_metadata: List[Dict[str, Any]] = [
{
"name": str(Tags.modules),
"description": "Manage cLAN modules of a flake",
}
},
]