mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
parent
b8407d603a
commit
5ae8c81474
@ -62,7 +62,7 @@ def create_app(*, debug=False, threads=4):
|
|||||||
app = Flask(__name__)
|
app = Flask(__name__)
|
||||||
|
|
||||||
CORS(app,
|
CORS(app,
|
||||||
headers=(
|
allow_headers=(
|
||||||
'x-requested-with',
|
'x-requested-with',
|
||||||
'content-type',
|
'content-type',
|
||||||
'accept',
|
'accept',
|
||||||
|
2
setup.py
2
setup.py
@ -71,7 +71,7 @@ install_requires = [
|
|||||||
'python-rapidjson==0.0.11',
|
'python-rapidjson==0.0.11',
|
||||||
'logstats>=0.2.1',
|
'logstats>=0.2.1',
|
||||||
'flask>=0.10.1',
|
'flask>=0.10.1',
|
||||||
'flask-cors~=2.1.2',
|
'flask-cors~=3.0.0',
|
||||||
'flask-restful~=0.3.0',
|
'flask-restful~=0.3.0',
|
||||||
'requests~=2.9',
|
'requests~=2.9',
|
||||||
'gunicorn~=19.0',
|
'gunicorn~=19.0',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user