Commit c3760ffa authored by 何家明's avatar 何家明

AI回答路由调整

parent f2cc04df
...@@ -23,7 +23,7 @@ async def lifespan(app): ...@@ -23,7 +23,7 @@ async def lifespan(app):
api = FastAPI(title="BME MCP服务", lifespan=lifespan) api = FastAPI(title="BME MCP服务", lifespan=lifespan)
router = APIRouter(prefix="/ai/api/mcp") router = APIRouter(prefix="/mcp/")
@router.get("/chat/logo") @router.get("/chat/logo")
async def get_ai_logo(): async def get_ai_logo():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment