Browse Source

infra: Update ltc-routes

master
Alexis Hernandez 6 years ago
parent
commit
cd3a099610
  1. 2
      infra/deployment/config/ltc-routes

2
infra/deployment/config/ltc-routes

@ -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()

Loading…
Cancel
Save