Skip to content

Commit

Permalink
infra: Update ltc-routes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexITC committed Mar 15, 2019
1 parent 4a8e481 commit cd3a099
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infra/deployment/config/ltc-routes
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
GET /health controllers.HealthController.check()
# GET /maintenance controllers.MaintenanceController.run(query: String ?= "")

GET /v2/blocks/:blockhash/light-wallet-transactions controllers.BlocksController.getLightTransactionsV2(blockhash: String, limit: Int ?= 10, lastSeenTxid: Option[String])

GET /transactions/:txid controllers.TransactionsController.getTransaction(txid: String)
GET /transactions/:txid/raw controllers.TransactionsController.getRawTransaction(txid: String)
POST /transactions controllers.TransactionsController.sendRawTransaction()
Expand Down

0 comments on commit cd3a099

Please sign in to comment.