This commit is contained in:
Jude Nelson
2018-08-07 14:21:05 -04:00
parent 2f2508bc2a
commit 875a505766

View File

@@ -1540,6 +1540,11 @@ class BlockstackAPIEndpointHandler(SimpleHTTPRequestHandler):
'OPTIONS': self.OPTIONS_preflight,
},
},
r'^/v2/.*$': {
'routes': {
'OPTIONS': self.OPTIONS_preflight,
},
},
}
conf = get_blockstack_api_opts()