mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-05 18:03:04 +03:00
Monitor: Forgot the app.install(EnableCors())
This commit is contained in:
parent
1feb7c2dee
commit
a8b3fc33e1
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user