From def18308d0bb719cf72292705b7337ec7aa3300d Mon Sep 17 00:00:00 2001 From: balibabu Date: Mon, 2 Sep 2024 11:00:27 +0800 Subject: [PATCH] fix: Copied API link error #2188 (#2189) ### 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) --- .../components/api-service/chat-overview-modal/index.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/web/src/components/api-service/chat-overview-modal/index.tsx b/web/src/components/api-service/chat-overview-modal/index.tsx index 44d271721..559d11d8c 100644 --- a/web/src/components/api-service/chat-overview-modal/index.tsx +++ b/web/src/components/api-service/chat-overview-modal/index.tsx @@ -76,9 +76,11 @@ const ChatOverviewModal = ({ {t('serviceApiEndpoint')} - - {location.origin} - /v1/api/ + + {location.origin}/v1/api/