add API tab to display backend documentation
This commit is contained in:
5
lightrag_webui/src/features/ApiSite.tsx
Normal file
5
lightrag_webui/src/features/ApiSite.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { backendBaseUrl } from '@/lib/constants'
|
||||
|
||||
export default function ApiSite() {
|
||||
return <iframe src={backendBaseUrl + '/docs'} className="size-full" />
|
||||
}
|
Reference in New Issue
Block a user