From cd3a099610cf896bbae58c6532957d0cb29e7a77 Mon Sep 17 00:00:00 2001 From: Alexis Hernandez Date: Fri, 15 Mar 2019 11:03:44 -0700 Subject: [PATCH] infra: Update ltc-routes --- infra/deployment/config/ltc-routes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infra/deployment/config/ltc-routes b/infra/deployment/config/ltc-routes index 8d61667..066c626 100644 --- a/infra/deployment/config/ltc-routes +++ b/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()