diff --git a/src/main.py b/src/main.py index adb94936..014bdcc5 100644 --- a/src/main.py +++ b/src/main.py @@ -91,7 +91,9 @@ """ app = FastAPI(docs_url="/swagger", redoc_url=None) -# origins = os.getenv("ORIGINS", "https://*.nowcasting.io,https://*-openclimatefix.vercel.app,https://*.quartz.solar") +# origins = os.getenv("ORIGINS", +# "https://*.nowcasting.io, +# https://*-openclimatefix.vercel.app,https://*.quartz.solar") # .split( # "," # )