Skip to content
Snippets Groups Projects
Commit 518b13b8 authored by Chris Hines's avatar Chris Hines
Browse files

missed an import for local debugging

parent 580c42df
No related branches found
No related tags found
3 merge requests!77Revert "disable agressive kill and restart",!51Test,!50Dev
...@@ -27,6 +27,7 @@ else: ...@@ -27,6 +27,7 @@ else:
api = Api(app) api = Api(app)
sshsessions = {} sshsessions = {}
if DEV: if DEV:
from flask_cors import CORS, cross_origin
CORS(app, supports_credentials=True, origin="localhost:4200") CORS(app, supports_credentials=True, origin="localhost:4200")
islocal = True islocal = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment