Improve the frontend and fix TODOs
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user