Compare commits
1 Commits
0f344b5847
...
ux
| Author | SHA1 | Date | |
|---|---|---|---|
| 250eba6927 |
@@ -10,9 +10,9 @@ function Home() {
|
|||||||
<div className="text-center space-y-4">
|
<div className="text-center space-y-4">
|
||||||
<h1 className="text-3xl font-bold text-slate-900 tracking-tight">UX Server</h1>
|
<h1 className="text-3xl font-bold text-slate-900 tracking-tight">UX Server</h1>
|
||||||
<p className="text-slate-500">
|
<p className="text-slate-500">
|
||||||
API:
|
API Docs:
|
||||||
<a href="/api" className="text-indigo-600 hover:text-indigo-700 underline">
|
<a href="/api/docs" className="text-indigo-600 hover:text-indigo-700 underline">
|
||||||
/api
|
/api/docs
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user