Skip to content

Commit

Permalink
feat(): fix api
Browse files Browse the repository at this point in the history
  • Loading branch information
zyjblockchain committed Aug 26, 2022
1 parent d049a41 commit af439d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func (s *Arseeding) runAPI(port string) {
func (s *Arseeding) arseedInfo(c *gin.Context) {
c.JSON(http.StatusOK, gin.H{
"Name": "Arseeding",
"Version": "v1.0.13",
"Version": "v1.0.16",
"Documentation": "https://web3infra.dev",
})
}
Expand Down

0 comments on commit af439d9

Please sign in to comment.