Update main.py
Browse files
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,
|