From a745dc22c979d60c335a2cb467a23f925c950cbe Mon Sep 17 00:00:00 2001 From: huangjianhui <852142024@qq.com> Date: Mon, 15 Nov 2021 19:17:49 +0800 Subject: [PATCH] Update Windows_Tutorial_EN.md --- doc/Windows_Tutorial_EN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Windows_Tutorial_EN.md b/doc/Windows_Tutorial_EN.md index b22628fe..32eb6dd4 100644 --- a/doc/Windows_Tutorial_EN.md +++ b/doc/Windows_Tutorial_EN.md @@ -97,7 +97,7 @@ r = requests.post(url=url, headers=headers, data=json.dumps(data)) print(r.json()) ``` -The user only needs to follow the above instructions and implement the relevant content in the corresponding function. For more information, please refer to [How to develop a new Web Service? ](./C++_Serving/Http_Service_EN.md) +The user only needs to follow the above instructions and implement the relevant content in the corresponding function. For more information, please refer to [How to develop a new Web Service? ](./C++_Serving/Http_Service_CN.md) Execute after development -- GitLab