fix test server for testnet to handle names and namespaces

This commit is contained in:
Jude Nelson
2018-06-16 11:29:35 -04:00
parent bf340f3648
commit 14e3d9a961

View File

@@ -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')