From 8d49eb9447e5b5e57a6c2e7cbb39745b0af2e6e7 Mon Sep 17 00:00:00 2001 From: Vivek Teega Date: Sun, 8 Sep 2019 05:36:40 +0000 Subject: [PATCH] Change CORS permissions --- ranchimallflo_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ranchimallflo_api.py b/ranchimallflo_api.py index 561d326..c86a443 100644 --- a/ranchimallflo_api.py +++ b/ranchimallflo_api.py @@ -19,7 +19,7 @@ from os.path import isfile, join app = Quart(__name__) -app = cors(app) +app = cors(app, allow_origin="*") # FLO TOKEN APIs