diff --git a/backend/app/main.py b/backend/app/main.py index 3f64f78..537878f 100644 --- a/backend/app/main.py +++ b/backend/app/main.py @@ -11,7 +11,7 @@ from app.db.session import engine from app.models.base import Base app = FastAPI(title=settings.project_name) -origins = ["http://localhost:3000", "http://0.0.0.0:3000"] + app.add_middleware( CORSMiddleware,