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

6
check_auth.py Normal file
View File

@@ -0,0 +1,6 @@
import requests
import json
resp = requests.get("http://localhost:3015/auth-status")
print(resp.status_code)
print(resp.json())