From 71f99461915253d357c1bd8d87fa3028897ae26e Mon Sep 17 00:00:00 2001 From: yuyuanshifu <747342561@qq.com> Date: Thu, 28 Jan 2021 16:13:24 +0800 Subject: [PATCH] mod index --- routers/repo/blockchain.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routers/repo/blockchain.go b/routers/repo/blockchain.go index 04d19a746..9f2e9f2d4 100755 --- a/routers/repo/blockchain.go +++ b/routers/repo/blockchain.go @@ -21,7 +21,7 @@ type BlockChainCommitNotify struct { TransactionHash string `json:"txHash"` } const ( - tplBlockChainIndex base.TplName = "repo/blockchain/balance" + tplBlockChainIndex base.TplName = "repo/blockchain/index" ) // MustEnableDataset check if repository enable internal cb