fix(server): 首页文档入口改为 api docs

This commit is contained in:
2026-03-19 16:24:57 +08:00
parent 0f344b5847
commit 250eba6927

View File

@@ -10,9 +10,9 @@ function Home() {
<div className="text-center space-y-4">
<h1 className="text-3xl font-bold text-slate-900 tracking-tight">UX Server</h1>
<p className="text-slate-500">
API:&nbsp;
<a href="/api" className="text-indigo-600 hover:text-indigo-700 underline">
/api
API Docs:&nbsp;
<a href="/api/docs" className="text-indigo-600 hover:text-indigo-700 underline">
/api/docs
</a>
</p>
</div>