Skip to content

Commit

Permalink
translation redirect sample for POST method in Chinese (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
3ks committed May 27, 2020
1 parent 3846f72 commit 6a069e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/zh-cn/docs/examples/redirects.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ r.GET("/test", func(c *gin.Context) {
})
```

Issuing a HTTP redirect from POST. Refer to issue: [#444](https://github.com/gin-gonic/gin/issues/444)
通过 POST 方法进行 HTTP 重定向。请参考 issue:[#444](https://github.com/gin-gonic/gin/issues/444)

```go
r.POST("/test", func(c *gin.Context) {
Expand Down

0 comments on commit 6a069e2

Please sign in to comment.