Add Cloud Tour Libo knowledge graph platform
This commit is contained in:
@@ -8,7 +8,8 @@ from fastapi.middleware.cors import CORSMiddleware
|
||||
from fastapi.staticfiles import StaticFiles
|
||||
from starlette.exceptions import HTTPException as StarletteHTTPException
|
||||
|
||||
from app.api import api_router
|
||||
from app.api import api_router, openapi_router
|
||||
from app.api.mcp_server import router as mcp_router
|
||||
from app.db import init_pool, close_pool
|
||||
|
||||
|
||||
@@ -51,6 +52,8 @@ app.add_middleware(
|
||||
)
|
||||
|
||||
app.include_router(api_router)
|
||||
app.include_router(openapi_router)
|
||||
app.include_router(mcp_router)
|
||||
|
||||
# Serve built admin-web SPA (when available)
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user