mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-22 10:36:57 +08:00
remove unused route
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user