From 8cda2066f85147b11b80083cda7ab73949de777b Mon Sep 17 00:00:00 2001 From: dylenfu Date: Thu, 15 Apr 2021 21:22:22 +0800 Subject: [PATCH] modify router name --- nft_http/router.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nft_http/router.go b/nft_http/router.go index eb2f3c3a..52fcd1d0 100644 --- a/nft_http/router.go +++ b/nft_http/router.go @@ -37,7 +37,7 @@ func init() { beego.NSRouter("/items/", &controllers.ItemController{}, "post:Items"), beego.NSRouter("/getfee/", &controllers.FeeController{}, "post:GetFee"), - beego.NSRouter("/exp_rtransactions/", &controllers.ExplorerController{}, "post:Transactions"), + beego.NSRouter("/exp_transactions/", &controllers.ExplorerController{}, "post:Transactions"), beego.NSRouter("/exp_transactionsofaddress/", &controllers.ExplorerController{}, "post:TransactionsOfAddress"), beego.NSRouter("/exp_transactionofhash/", &controllers.ExplorerController{}, "post:TransactionDetail"),