From 518b13b8f473353a9cfa9b7a25231d1add867d3d Mon Sep 17 00:00:00 2001 From: Chris Hines <chris.hines@monash.edu> Date: Thu, 1 Oct 2020 09:30:41 +1000 Subject: [PATCH] missed an import for local debugging --- tes/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tes/__init__.py b/tes/__init__.py index 9b2aaa5..63d92c3 100644 --- a/tes/__init__.py +++ b/tes/__init__.py @@ -27,6 +27,7 @@ else: api = Api(app) sshsessions = {} if DEV: + from flask_cors import CORS, cross_origin CORS(app, supports_credentials=True, origin="localhost:4200") islocal = True -- GitLab