Skip to content

Commit

Permalink
update google
Browse files Browse the repository at this point in the history
  • Loading branch information
Xatta-Trone committed Jul 4, 2023
1 parent 20b389a commit 882a051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func main() {
return
}

c.JSON(200, gin.H{"data": data})
c.JSON(200, data)
})

r.GET("/gg/:word", func(c *gin.Context) {
Expand All @@ -149,7 +149,7 @@ func main() {
return
}

c.JSON(200, gin.H{"data": data})
c.JSON(200, data)
})

r.GET("/mw/:word", func(c *gin.Context) {
Expand Down

0 comments on commit 882a051

Please sign in to comment.