diff --git a/weather_overlay/main.py b/weather_overlay/main.py index a209216..cdb49f6 100644 --- a/weather_overlay/main.py +++ b/weather_overlay/main.py @@ -7,7 +7,7 @@ app = FastAPI() app.add_middleware( CORSMiddleware, - allow_origins=["https://overlays.ramforth.net", "http://192.168.10.16", "ws://192.168.10.16", "wss://overlays.ramforth.net", "*"], + allow_origins=["https://overlays.ramforth.net", "http://192.168.10.16", "https://192.168.10.16", "ws://192.168.10.16", "wss://overlays.ramforth.net", "*"], allow_credentials=True, allow_methods=["*"], allow_headers=["*"],