This commit is contained in:
oiov
2024-11-15 15:07:07 +08:00
parent 1baaf8680b
commit a6419f3ab4
2 changed files with 2 additions and 2 deletions
@@ -21,7 +21,7 @@ export default async function DashboardPage() {
<DashboardHeader
heading="Url&nbsp;&nbsp;to&nbsp;&nbsp;QR&nbsp;&nbsp;Code"
text="Generate QR Code from URL"
link="/docs/open-api/qr-code"
link="/docs/open-api/qrcode"
linkText="QR Code API."
/>
<QrCodeScraping user={{ id: user.id, apiKey: user.apiKey }} />
+1 -1
View File
@@ -74,7 +74,7 @@ export const docsConfig: DocsConfig = {
},
{
title: "Url to QR Code API",
href: "/docs/open-api/qr-code",
href: "/docs/open-api/qrcode",
icon: "page",
},
],