(20250221) Reverting...

This commit is contained in:
2025-02-21 17:45:08 +05:30
parent f07f0979d8
commit f3437cadf8
+1 -4
View File
@@ -187,10 +187,7 @@ APP_VERSION = constants.APP_VERSION
# The Quart app: # The Quart app:
app = Quart(__name__, template_folder = r"../views_v2") app = Quart(__name__, template_folder = r"../views_v2")
app = cors( app = cors(app)
app,
allow_origin = ["wifi.hiranitelcom.co.ke"]
)
# Mail Blueprints: # Mail Blueprints:
app.register_blueprint(mail_oauth_request_bp, url_prefix = f"/{MODULE_BASE}/mail") app.register_blueprint(mail_oauth_request_bp, url_prefix = f"/{MODULE_BASE}/mail")