Skip to content

Commit

Permalink
Update 4815.md (#3388)
Browse files Browse the repository at this point in the history
  • Loading branch information
c121914yu authored Dec 13, 2024
1 parent e9297c2 commit 1e61850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docSite/content/zh-cn/docs/development/upgrading/4815.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ curl --location --request POST 'https://{{host}}/api/admin/initv4815' \
从任意终端,发起 1 个 HTTP 请求。其中 {{rootkey}} 替换成环境变量里的 `rootkey`;{{host}} 替换成**fastgpt-pro域名**

```bash
curl --location --request POST 'https://{{host}}/api/admin/refreshFreeUser' \
curl --location --request POST 'https://{{host}}/api/admin/init/refreshFreeUser' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'
```
Expand Down

0 comments on commit 1e61850

Please sign in to comment.