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"),