Skip to content

Commit

Permalink
minor: 文档增加 / 前缀防止路径问题
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshuaikang committed Oct 30, 2023
1 parent 914fe81 commit ffa127b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ def my_before_proxy_func(request, json_data, request_headers):
"BK_DOC_CENTER_HOST",
os.getenv("BK_DOCS_URL_PREFIX", "{}o/bk_docs_center".format(BK_PAAS_HOST)),
)
BK_DOC_URL = "{}{}".format(BK_DOC_CENTER_HOST, "markdown/流程服务/产品白皮书/产品简介/README.md")
BK_DOC_URL = "{}{}".format(BK_DOC_CENTER_HOST, "/markdown/流程服务/产品白皮书/产品简介/README.md")

BK_IEOD_LOGIN_URL = os.environ.get("BK_IEOD_LOGIN_URL", "")

Expand Down

0 comments on commit ffa127b

Please sign in to comment.