mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-07 02:43:02 +03:00
Monitor: Forgot the app.install(EnableCors())
This commit is contained in:
parent
1feb7c2dee
commit
a8b3fc33e1
@ -240,6 +240,7 @@ def main():
|
|||||||
loadConfig()
|
loadConfig()
|
||||||
m = Monitor()
|
m = Monitor()
|
||||||
m.start()
|
m.start()
|
||||||
|
app.install(EnableCors())
|
||||||
app.run(
|
app.run(
|
||||||
host=Settings.MONITOR_HTTP_BIND_ADDRESS,
|
host=Settings.MONITOR_HTTP_BIND_ADDRESS,
|
||||||
port=Settings.MONITOR_HTTP_PORT,
|
port=Settings.MONITOR_HTTP_PORT,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user