Enable CORS from everywhere using flask-cors. (#3316)

Co-authored-by: Leo Sutic <leo.sutic@matterport.com>
This commit is contained in:
Leo Sutic 2020-09-19 11:07:17 +02:00 committed by GitHub
commit cc0bd5213f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 32 additions and 1 deletions

View file

@ -7,6 +7,7 @@ coverage==4.5.4
flake8==3.7.8
freezegun
flask
flask-cors
boto>=2.45.0
boto3>=1.4.4
botocore>=1.15.13