diff --git a/src/eddn/Monitor.py b/src/eddn/Monitor.py index dc8150c..4c188d4 100644 --- a/src/eddn/Monitor.py +++ b/src/eddn/Monitor.py @@ -240,6 +240,7 @@ def main(): loadConfig() m = Monitor() m.start() + app.install(EnableCors()) app.run( host=Settings.MONITOR_HTTP_BIND_ADDRESS, port=Settings.MONITOR_HTTP_PORT,