fix tagging to only assign one tag per endpoint

This commit is contained in:
Niklas Mueller 2024-07-03 10:15:05 +02:00
parent e737c3895c
commit 1c9d74407d
2 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@ from core.config import settings
router = APIRouter()
@router.get("/configs", tags=["configurations"])
@router.get("/configs")
def get_configs():
"""Get configurations of the backend"""