Skip to content

Commit

Permalink
fix password error (gin-gonic#1728)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankeep authored and thinkerou committed Jan 20, 2019
1 parent b4f5155 commit f38a3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ func main() {
// <?xml version="1.0" encoding="UTF-8"?>
// <root>
// <user>user</user>
// <password>123</user>
// <password>123</password>
// </root>)
router.POST("/loginXML", func(c *gin.Context) {
var xml Login
Expand Down

0 comments on commit f38a3fe

Please sign in to comment.