# Routes # This file defines all application routes (Higher priority routes first) # https://www.playframework.com/documentation/latest/ScalaRouting # ~~~~ GET /transactions/:txid controllers.TransactionsController.getTransaction(txid: String) GET /addresses/:address controllers.AddressesController.getDetails(address: String) GET /blocks/:blockhash controllers.BlocksController.getDetails(blockhash: String)