فهرست منبع

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

unknown 3 ماه پیش
والد
کامیت
f493304d75
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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")