AstraOS commited on
Commit
e8914ad
·
verified ·
1 Parent(s): 211082d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -457,7 +457,7 @@ from telegram_preview import router as telegram_preview_router
457
  app = FastAPI()
458
 
459
  # Mount the preview under /bot (change prefix if you like)
460
- app.include_router(telegram_preview_router, prefix="/bot")
461
 
462
  @app.get("/")
463
  def root():
 
457
  app = FastAPI()
458
 
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():