Skip to content

Commit

Permalink
Merge pull request #37 from dylenfu/master
Browse files Browse the repository at this point in the history
modify router name
  • Loading branch information
dylenfu authored Apr 15, 2021
2 parents 615a5de + 8cda206 commit 7eee8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nft_http/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"),

Expand Down

0 comments on commit 7eee8a9

Please sign in to comment.