Change CORS permissions

This commit is contained in:
Vivek Teega 2019-09-08 05:36:40 +00:00
parent 72d23fc8f1
commit 8d49eb9447

View File

@ -19,7 +19,7 @@ from os.path import isfile, join
app = Quart(__name__)
app = cors(app)
app = cors(app, allow_origin="*")
# FLO TOKEN APIs