From 19493fb48e95eb24d93f97733bc0fab4ec2a9efd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E6=96=87=E6=9D=B0?= <1139629972@qq.com> Date: Wed, 27 Sep 2023 10:25:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20NFT=E6=95=B0=E9=87=8F=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E4=B8=8D=E6=AD=A3=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/app/router/account.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/app/router/account.go b/internal/app/router/account.go index 1c4eadc..ecb8bcf 100644 --- a/internal/app/router/account.go +++ b/internal/app/router/account.go @@ -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