workspace working
This commit is contained in:
6
check_auth.py
Normal file
6
check_auth.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import requests
|
||||
import json
|
||||
|
||||
resp = requests.get("http://localhost:3015/auth-status")
|
||||
print(resp.status_code)
|
||||
print(resp.json())
|
||||
Reference in New Issue
Block a user