mirror of https://github.com/gin-gonic/gin.git
README.md update (#2715)
Co-authored-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
2921582d11
commit
d7091e7dec
|
@ -702,7 +702,7 @@ func main() {
|
||||||
// Example for binding XML (
|
// Example for binding XML (
|
||||||
// <?xml version="1.0" encoding="UTF-8"?>
|
// <?xml version="1.0" encoding="UTF-8"?>
|
||||||
// <root>
|
// <root>
|
||||||
// <user>user</user>
|
// <user>manu</user>
|
||||||
// <password>123</password>
|
// <password>123</password>
|
||||||
// </root>)
|
// </root>)
|
||||||
router.POST("/loginXML", func(c *gin.Context) {
|
router.POST("/loginXML", func(c *gin.Context) {
|
||||||
|
|
Loading…
Reference in New Issue