mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-23 19:31:00 +08:00
fix test server for testnet to handle names and namespaces
This commit is contained in:
@@ -18,7 +18,7 @@ except ImportError:
|
||||
|
||||
UPSTREAM = "http://localhost:30001"
|
||||
|
||||
UPSTREAM_GET_PATHS = ['/config', '/operations', '/atlas-neighbors', '/blockHeight', '/balance/']
|
||||
UPSTREAM_GET_PATHS = ['/config', '/operations', '/atlas-neighbors', '/blockHeight', '/balance/', '/names/', '/namespaces/']
|
||||
UPSTREAM_POST_PATHS = ['/sendBTC', '/sendStacks', '/registerName', '/registerSubdomain']
|
||||
|
||||
MOCK = os.environ.get('MOCK')
|
||||
|
||||
Reference in New Issue
Block a user