MyanmarSwe commited on
Commit
8e7d720
·
verified ·
1 Parent(s): 9ccd115

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -31,7 +31,7 @@ client = httpx.AsyncClient(
31
 
32
  @app.get("/")
33
  async def index():
34
- return {"message": "High-Speed Async Proxy Online!", "usage": "/download?url=[LINK]&key=[YOUR_KEY]"}
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 []