Commit 64492b8b by Archer Committed by GitHub

move components to web package (#37) (#970)

* move components

* fix

openapi config

doc

Co-authored-by: heheer <71265218+newfish-cmyk@users.noreply.github.com>
parent 80bdbf6b
--- ---
title: 'V4.6.9' title: 'V4.6.9(需要初始化)'
description: 'FastGPT V4.6.9更新说明' description: 'FastGPT V4.6.9更新说明'
icon: 'upgrade' icon: 'upgrade'
draft: false draft: false
...@@ -12,7 +12,7 @@ weight: 827 ...@@ -12,7 +12,7 @@ weight: 827
从任意终端,发起 1 个 HTTP 请求。其中 {{rootkey}} 替换成环境变量里的 `rootkey`;{{host}} 替换成自己域名 从任意终端,发起 1 个 HTTP 请求。其中 {{rootkey}} 替换成环境变量里的 `rootkey`;{{host}} 替换成自己域名
```bash ```bash
curl --location --request POST 'https://{{host}}/api/init/v469' \ curl --location --request POST 'https://{{host}}/api/admin/initv469' \
--header 'rootkey: {{rootkey}}' \ --header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json' --header 'Content-Type: application/json'
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment