Skip to content

Commit

Permalink
chore: Add a redirect sample for POST method in Japanese (#125)
Browse files Browse the repository at this point in the history
Co-authored-by: Takuya Kishira <takuya.kishira@drecom.co.jp>
  • Loading branch information
rengotaku and d-kisi committed May 27, 2020
1 parent b7eaab3 commit 3846f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/ja/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 3846f72

Please sign in to comment.