mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-05-30 01:55:47 +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')}>
|
||||
<Flex gap={8} vertical>
|
||||
{t('serviceApiEndpoint')}
|
||||
<Paragraph copyable className={styles.linkText}>
|
||||
{location.origin}
|
||||
/v1/api/
|
||||
<Paragraph
|
||||
copyable={{ text: `${location.origin}/v1/api/` }}
|
||||
className={styles.linkText}
|
||||
>
|
||||
{location.origin}/v1/api/
|
||||
</Paragraph>
|
||||
</Flex>
|
||||
<Space size={'middle'}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user