From 64492b8b33f2232662ec1bd7237e795f1e7a31ba Mon Sep 17 00:00:00 2001 From: Archer <545436317@qq.com> Date: Mon, 11 Mar 2024 13:38:52 +0800 Subject: [PATCH] move components to web package (#37) (#970) * move components * fix openapi config doc Co-authored-by: heheer <71265218+newfish-cmyk@users.noreply.github.com> --- docSite/content/docs/development/upgrading/469.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docSite/content/docs/development/upgrading/469.md b/docSite/content/docs/development/upgrading/469.md index 7539a5ce7..dc36a332e 100644 --- a/docSite/content/docs/development/upgrading/469.md +++ b/docSite/content/docs/development/upgrading/469.md @@ -1,5 +1,5 @@ --- -title: 'V4.6.9' +title: 'V4.6.9(需要初始化)' description: 'FastGPT V4.6.9更新说明' icon: 'upgrade' draft: false @@ -12,7 +12,7 @@ weight: 827 从任意终端,发起 1 个 HTTP 请求。其中 {{rootkey}} 替换成环境变量里的 `rootkey`;{{host}} 替换成自己域名 ```bash -curl --location --request POST 'https://{{host}}/api/init/v469' \ +curl --location --request POST 'https://{{host}}/api/admin/initv469' \ --header 'rootkey: {{rootkey}}' \ --header 'Content-Type: application/json' ```