We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3a0f3 commit cc9af61Copy full SHA for cc9af61
backend/main.py
@@ -41,7 +41,7 @@ def custom_generate_unique_id(route: APIRoute) -> str:
41
lifespan=lifespan
42
)
43
# mcp server, images path
44
-app.mount("/images", StaticFiles(directory="/opt/sqlbot/images"), name="images")
+app.mount("/images", StaticFiles(directory=settings.MCP_IMAGE_PATH), name="images")
45
46
mcp_app = FastAPI()
47
0 commit comments