mirror of
https://github.com/flibusta-apps/services_manager_server.git
synced 2025-12-06 04:25:38 +01:00
Use uvicorn
This commit is contained in:
@@ -2,6 +2,7 @@ import os
|
||||
|
||||
import httpx
|
||||
|
||||
|
||||
response = httpx.get(
|
||||
"http://localhost:8080/healthcheck",
|
||||
headers={"Authorization": os.environ["API_KEY"]},
|
||||
|
||||
Reference in New Issue
Block a user