From 7e7eb3638981c5314b00cecad8db88f9d2f14a8d Mon Sep 17 00:00:00 2001 From: chaoranz758 <2715584135@qq.com> Date: Mon, 9 Oct 2023 21:17:47 +0800 Subject: [PATCH] docs: delete slash --- .../en/docs/hertz/tutorials/framework-exten/response_writer.md | 2 +- .../zh/docs/hertz/tutorials/framework-exten/response_writer.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/hertz/tutorials/framework-exten/response_writer.md b/content/en/docs/hertz/tutorials/framework-exten/response_writer.md index f890e157cb..589dad0be3 100644 --- a/content/en/docs/hertz/tutorials/framework-exten/response_writer.md +++ b/content/en/docs/hertz/tutorials/framework-exten/response_writer.md @@ -77,5 +77,5 @@ Effect display: Open the interface in the example at localhost:8888, and then use the following command to observe the effect: ```bash -curl -N --location localhost:8888//flush/chunk +curl -N --location localhost:8888/flush/chunk ``` \ No newline at end of file diff --git a/content/zh/docs/hertz/tutorials/framework-exten/response_writer.md b/content/zh/docs/hertz/tutorials/framework-exten/response_writer.md index e701de5f7c..bf084b1bcc 100644 --- a/content/zh/docs/hertz/tutorials/framework-exten/response_writer.md +++ b/content/zh/docs/hertz/tutorials/framework-exten/response_writer.md @@ -68,5 +68,5 @@ Hertz 在 `app.RequestContext` 中提供了 `Response.HijackWriter` 方法让用 在 localhost:8888 开启示例中的接口,然后使用如下命令观察效果: ```bash -curl -N --location localhost:8888//flush/chunk +curl -N --location localhost:8888/flush/chunk ```