Saving things while they work again!!! Still working on adding a special exception or something for site domain search.
This commit is contained in:
12
app/main.py
12
app/main.py
@@ -123,12 +123,12 @@ app.include_router(
|
||||
)
|
||||
|
||||
# Deferred import to avoid circular dependencies and ensure environment is ready
|
||||
from app.routers import agent_bridge
|
||||
app.include_router(
|
||||
agent_bridge.router,
|
||||
prefix='/agent',
|
||||
tags=['Agent Bridge'],
|
||||
)
|
||||
# from app.routers import agent_bridge
|
||||
# app.include_router(
|
||||
# agent_bridge.router,
|
||||
# prefix='/agent',
|
||||
# tags=['Agent Bridge'],
|
||||
# )
|
||||
|
||||
app.include_router(
|
||||
api.router,
|
||||
|
||||
Reference in New Issue
Block a user