mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-24 11:55:44 +08:00
/v2 CORS
This commit is contained in:
@@ -1540,6 +1540,11 @@ class BlockstackAPIEndpointHandler(SimpleHTTPRequestHandler):
|
||||
'OPTIONS': self.OPTIONS_preflight,
|
||||
},
|
||||
},
|
||||
r'^/v2/.*$': {
|
||||
'routes': {
|
||||
'OPTIONS': self.OPTIONS_preflight,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
conf = get_blockstack_api_opts()
|
||||
|
||||
Reference in New Issue
Block a user