remove unused route

This commit is contained in:
Jude Nelson
2018-04-03 19:01:15 -04:00
parent 1f93bd3c72
commit e73d9c1012

View File

@@ -1122,11 +1122,6 @@ class BlockstackAPIEndpointHandler(SimpleHTTPRequestHandler):
'GET': self.GET_blockchain_name_record,
},
},
r'^/v1/blockchains/({})/names/({})/history$'.format(URLENCODING_CLASS, NAME_CLASS): {
'routes': {
'GET': self.GET_blockchain_name_history
},
},
r'^/v1/blockchains/({})/consensus$'.format(URLENCODING_CLASS): {
'routes': {
'GET': self.GET_blockchain_consensus,