MyanmarSwe commited on
Commit
e93f6bd
·
verified ·
1 Parent(s): 0a7ea1a

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +4 -0
main.py CHANGED
@@ -7,6 +7,10 @@ import base64
7
 
8
  app = FastAPI()
9
 
 
 
 
 
10
  # ကိုယ်တိုင်သုံးမည့် Password သတ်မှတ်ရန်
11
  ACCESS_KEY = "969786"
12
 
 
7
 
8
  app = FastAPI()
9
 
10
+ @app.get("/")
11
+ def index():
12
+ return {"message": "Proxy is Online!", "usage": "/download?url=[LINK]&key=[YOUR_KEY]"}
13
+
14
  # ကိုယ်တိုင်သုံးမည့် Password သတ်မှတ်ရန်
15
  ACCESS_KEY = "969786"
16