diff --git a/weather_overlay/main.py b/weather_overlay/main.py index 14c7125..c8dced2 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"], + allow_origins=["https://overlays.ramforth.net", "http://192.168.10.16"], allow_credentials=True, allow_methods=["*"], allow_headers=["*"],