Improve the frontend and fix TODOs

This commit is contained in:
Urtzi Alfaro
2025-10-24 13:05:04 +02:00
parent 07c33fa578
commit 61376b7a9f
100 changed files with 8284 additions and 3419 deletions

View File

@@ -33,7 +33,7 @@ spec:
import httpx
async def cleanup():
async with httpx.AsyncClient() as client:
response = await client.post("http://demo-session-service:8000/api/demo/cleanup/run")
response = await client.post("http://demo-session-service:8000/api/v1/demo/operations/cleanup")
print(response.json())
asyncio.run(cleanup())
env: