Cuong2004 commited on
Commit
45a7f1c
·
1 Parent(s): 7be47d4

fix bug escape and websocket conenction

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,8 +127,8 @@ if not DEBUG: # Chỉ thêm middleware kiểm tra database trong production
127
  app.include_router(mongodb_router)
128
  app.include_router(postgresql_router)
129
  app.include_router(rag_router)
130
- app.include_router(pdf_router)
131
  app.include_router(websocket_router)
 
132
 
133
  # Root endpoint
134
  @app.get("/")
 
127
  app.include_router(mongodb_router)
128
  app.include_router(postgresql_router)
129
  app.include_router(rag_router)
 
130
  app.include_router(websocket_router)
131
+ app.include_router(pdf_router)
132
 
133
  # Root endpoint
134
  @app.get("/")