Ver Fonte

fix(backend): add localhost:8001 to CORS origins for prerendering

unknown há 3 meses atrás
pai
commit
f493304d75
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      backend/main.py

+ 1 - 0
backend/main.py

@@ -29,6 +29,7 @@ origins = [
     "http://localhost:5173",
     "http://127.0.0.1:5173",
     "http://localhost:5000",
+    "http://localhost:8001",
     "https://radionica3d.me",
 ]
 extra_origins = os.getenv("CORS_ORIGINS")