From e15359e589d597fc7ee6c79ec7da1a50f4890fc1 Mon Sep 17 00:00:00 2001 From: Joel Date: Wed, 21 Feb 2024 12:03:48 +0800 Subject: [PATCH] fix: api doc example error (#2505) --- web/app/components/develop/template/template_chat.zh.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/develop/template/template_chat.zh.mdx b/web/app/components/develop/template/template_chat.zh.mdx index 72e059eaa2..71e101e208 100644 --- a/web/app/components/develop/template/template_chat.zh.mdx +++ b/web/app/components/develop/template/template_chat.zh.mdx @@ -170,7 +170,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty } from '../md.tsx' - + ```bash {{ title: 'cURL' }} curl -X POST '${props.appDetail.api_base_url}/chat-messages' \