From aefe0cbf517854476f22babac60308745edb26d0 Mon Sep 17 00:00:00 2001 From: studyinglover <68844494+StudyingLover@users.noreply.github.com> Date: Sun, 28 Apr 2024 10:18:07 +0800 Subject: [PATCH] fix: api doc example error (#3925) --- .../components/develop/template/template_advanced_chat.zh.mdx | 2 +- web/app/components/develop/template/template_chat.zh.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/components/develop/template/template_advanced_chat.zh.mdx b/web/app/components/develop/template/template_advanced_chat.zh.mdx index 51dccc26d..ca087e345 100644 --- a/web/app/components/develop/template/template_advanced_chat.zh.mdx +++ b/web/app/components/develop/template/template_advanced_chat.zh.mdx @@ -207,7 +207,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty } from '../md.tsx' - + ```bash {{ title: 'cURL' }} curl -X POST '${props.appDetail.api_base_url}/chat-messages' \ diff --git a/web/app/components/develop/template/template_chat.zh.mdx b/web/app/components/develop/template/template_chat.zh.mdx index e513f3933..36d47651b 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' \