fix tagging to only assign one tag per endpoint
This commit is contained in:
parent
e737c3895c
commit
1c9d74407d
2 changed files with 4 additions and 4 deletions
|
|
@ -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"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue