auto-sync: 2026-05-20 20:34:53
This commit is contained in:
@@ -22,7 +22,7 @@ async def list_projects():
|
||||
reg = _registry()
|
||||
projects = reg.list_projects()
|
||||
return {"projects": {pid: info for pid, info in projects.items()
|
||||
if info.get("status") != "archived"}}
|
||||
if info.get("status") not in ("archived", "deleted")}}
|
||||
|
||||
|
||||
@router.post("")
|
||||
|
||||
Reference in New Issue
Block a user