randydev commited on
Commit
26168ae
·
verified ·
1 Parent(s): eb70033

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -4
main.py CHANGED
@@ -22,10 +22,6 @@ fast_app.add_middleware(
22
  allow_headers=["*"],
23
  )
24
 
25
- @app.get("/")
26
- async def root():
27
- return {"message": "Hello, World!"}
28
-
29
  client = js.create_pyrogram(
30
  name="fastapi-bot",
31
  api_id=API_ID,
 
22
  allow_headers=["*"],
23
  )
24
 
 
 
 
 
25
  client = js.create_pyrogram(
26
  name="fastapi-bot",
27
  api_id=API_ID,