AstraOS commited on
Commit
0fcab98
·
verified ·
1 Parent(s): e8914ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -459,9 +459,9 @@ app = FastAPI()
459
  # Mount the preview under /bot (change prefix if you like)
460
  app.include_router(telegram_preview_router)
461
 
462
- @app.get("/")
463
- def root():
464
- return {"status": "ok"}
465
 
466
 
467
  @app.on_event("startup")
 
459
  # Mount the preview under /bot (change prefix if you like)
460
  app.include_router(telegram_preview_router)
461
 
462
+ # @app.get("/")
463
+ # def root():
464
+ # return {"status": "ok"}
465
 
466
 
467
  @app.on_event("startup")