Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
|
@@ -31,7 +31,7 @@ client = httpx.AsyncClient(
|
|
| 31 |
|
| 32 |
@app.get("/")
|
| 33 |
async def index():
|
| 34 |
-
return {"
|
| 35 |
|
| 36 |
def get_all_service_accounts():
|
| 37 |
if not SERVICE_ACCOUNT_JSON_STR: return []
|
|
|
|
| 31 |
|
| 32 |
@app.get("/")
|
| 33 |
async def index():
|
| 34 |
+
return {"Online"}
|
| 35 |
|
| 36 |
def get_all_service_accounts():
|
| 37 |
if not SERVICE_ACCOUNT_JSON_STR: return []
|