Skip to content

Commit

Permalink
modify router name
Browse files Browse the repository at this point in the history
  • Loading branch information
dylenfu committed Apr 15, 2021
1 parent 07ad6c2 commit 8cda206
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 8cda206

Please sign in to comment.