Change CORS permissions
This commit is contained in:
parent
72d23fc8f1
commit
8d49eb9447
@ -19,7 +19,7 @@ from os.path import isfile, join
|
|||||||
|
|
||||||
|
|
||||||
app = Quart(__name__)
|
app = Quart(__name__)
|
||||||
app = cors(app)
|
app = cors(app, allow_origin="*")
|
||||||
|
|
||||||
|
|
||||||
# FLO TOKEN APIs
|
# FLO TOKEN APIs
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user