Skip to content

Commit 7b1cc1f

Browse files
perf: main
1 parent fe86264 commit 7b1cc1f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

backend/main.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
from alembic.config import Config
1313
from alembic import command
1414
from fastapi_mcp import FastApiMCP
15-
16-
17-
# import sqlbot_xpack
15+
import sqlbot_xpack
1816

1917
def run_migrations():
2018
alembic_cfg = Config("alembic.ini")
@@ -77,7 +75,7 @@ def custom_generate_unique_id(route: APIRoute) -> str:
7775

7876
mcp.setup_server()
7977

80-
# sqlbot_xpack.init_fastapi_app(app)
78+
sqlbot_xpack.init_fastapi_app(app)
8179
if __name__ == "__main__":
8280
import uvicorn
8381

0 commit comments

Comments
 (0)