mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-17 22:32:26 +08:00
README.md update
This commit is contained in:
parent
4fe5f3e4b4
commit
15ad3b63f6
@ -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…
x
Reference in New Issue
Block a user