From f3437cadf88ee93e90b464d99c6e09301a838af6 Mon Sep 17 00:00:00 2001 From: khushal Date: Fri, 21 Feb 2025 17:45:08 +0530 Subject: [PATCH] (20250221) Reverting... --- api/main.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/api/main.py b/api/main.py index c60ffb0..5492bef 100644 --- a/api/main.py +++ b/api/main.py @@ -187,10 +187,7 @@ APP_VERSION = constants.APP_VERSION # The Quart app: app = Quart(__name__, template_folder = r"../views_v2") -app = cors( - app, - allow_origin = ["wifi.hiranitelcom.co.ke"] -) +app = cors(app) # Mail Blueprints: app.register_blueprint(mail_oauth_request_bp, url_prefix = f"/{MODULE_BASE}/mail")