workspace working

This commit is contained in:
2026-01-12 22:31:11 +08:00
parent 2738a822d1
commit 370fe6368a
149 changed files with 4648 additions and 660 deletions

5
list_workspaces.py Normal file
View File

@@ -0,0 +1,5 @@
import requests
import json
resp = requests.get('http://localhost:3015/workspaces', headers={'X-API-Key': 'jleu1212'})
print(resp.status_code)
print(resp.text)