ciyidogan commited on
Commit
65c64a7
·
verified ·
1 Parent(s): 1c03e81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ start_session_cleanup() # Session cleanup
140
  app.include_router(chat_router, prefix="/api")
141
 
142
  # ---------------- Admin API routes ----------------------------------
143
- app.include_router(admin_router)
144
 
145
  # Global exception handler
146
  @app.exception_handler(Exception)
 
140
  app.include_router(chat_router, prefix="/api")
141
 
142
  # ---------------- Admin API routes ----------------------------------
143
+ app.include_router(admin_router, prefix="/api/admin")
144
 
145
  # Global exception handler
146
  @app.exception_handler(Exception)