fix: /team -> /teams

This commit is contained in:
julius 2025-03-25 07:45:34 +01:00
parent 90adb4fc9c
commit d3daa83d68
Signed by: julius
GPG Key ID: C80A63E6A5FD7092

View File

@ -53,7 +53,7 @@ def list_teams():
team_router = APIRouter(
prefix="/team",
prefix="/teams",
dependencies=[Security(get_current_active_user, scopes=["admin"])],
tags=["team"],
)