ragflow / web /src /pages /api /index.tsx
balibabu
feat: API access key management #2846 (#2865)
f850783
raw
history blame
222 Bytes
import ApiContent from '@/components/api-service/chat-overview-modal/api-content';
const ApiPage = () => {
return (
<div>
<ApiContent idKey="dialogId"></ApiContent>
</div>
);
};
export default ApiPage;