This commit is contained in:
2025-11-08 15:59:18 +01:00
parent 6271f46019
commit c1cbca39bf

View File

@@ -30,6 +30,7 @@ app.add_middleware(
CORSMiddleware,
allow_origins=[
"http://localhost:8002",
"http://172.19.1.11:8002",
"http://127.0.0.1:8002",
],
allow_credentials=True,