diff --git a/cutt/main.py b/cutt/main.py index aa7095d..bd354ef 100644 --- a/cutt/main.py +++ b/cutt/main.py @@ -53,7 +53,7 @@ def list_teams(): team_router = APIRouter( - prefix="/team", + prefix="/teams", dependencies=[Security(get_current_active_user, scopes=["admin"])], tags=["team"], )