format
This commit is contained in:
parent
c2a7079392
commit
cf7c45b5dd
3 changed files with 1 additions and 3 deletions
|
|
@ -2,4 +2,4 @@ import { backendBaseUrl } from '@/lib/constants'
|
||||||
|
|
||||||
export default function ApiSite() {
|
export default function ApiSite() {
|
||||||
return <iframe src={backendBaseUrl + '/docs'} className="size-full" />
|
return <iframe src={backendBaseUrl + '/docs'} className="size-full" />
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -159,4 +159,3 @@ export default function RetrievalTesting() {
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -73,4 +73,3 @@ export default function SiteHeader() {
|
||||||
</header>
|
</header>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue