Skip to content

Commit

Permalink
fix: NFT数量显示不正常
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjies committed Sep 27, 2023
1 parent 252371b commit 19493fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/app/router/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func InitAccountRouter(Router *gin.RouterGroup) {
accountRouterWithAddr.POST("/own/refreshUserData", v1.RefreshUserData) // refresh user data
}
{
accountRouterWithAuth.GET("/contract/:address", v1.GetCollectionByContract) // Get the NFT data by the Contract
accountRouterWithAddr.GET("/contract/:address", v1.GetCollectionByContract) // Get the NFT data by the Contract
}
{
accountRouterWithAuth.POST("/own/collection", v1.AddCollection) // add collection
Expand Down

0 comments on commit 19493fb

Please sign in to comment.