diff --git a/blockExplorerApi/routes.go b/blockExplorerApi/routes.go index e70f001cf2..578efc3a23 100644 --- a/blockExplorerApi/routes.go +++ b/blockExplorerApi/routes.go @@ -57,12 +57,12 @@ var routes = Routes{ "/api/get_transaction/{txHash}", GetTransaction, }, - Route{ - Name: "GetRecentBlock", - Method: "GET", - Pattern: "/api/get_recent_block", - HandlerFunc: GetRecentBlock, - }, + //Route{ + // Name: "GetRecentBlock", + // Method: "GET", + // Pattern: "/api/get_recent_block", + // HandlerFunc: GetRecentBlock, + //}, Route{ "GetInternalTransactions", "GET",