mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-06-01 07:25:30 +08:00
### What problem does this PR solve? fix: Copied API link error #2188 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
parent
fc6d8ee77f
commit
def18308d0
@ -76,9 +76,11 @@ const ChatOverviewModal = ({
|
|||||||
<Card title={t('backendServiceApi')}>
|
<Card title={t('backendServiceApi')}>
|
||||||
<Flex gap={8} vertical>
|
<Flex gap={8} vertical>
|
||||||
{t('serviceApiEndpoint')}
|
{t('serviceApiEndpoint')}
|
||||||
<Paragraph copyable className={styles.linkText}>
|
<Paragraph
|
||||||
{location.origin}
|
copyable={{ text: `${location.origin}/v1/api/` }}
|
||||||
/v1/api/
|
className={styles.linkText}
|
||||||
|
>
|
||||||
|
{location.origin}/v1/api/
|
||||||
</Paragraph>
|
</Paragraph>
|
||||||
</Flex>
|
</Flex>
|
||||||
<Space size={'middle'}>
|
<Space size={'middle'}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user