diff --git a/solution-tester/src/api/server.py b/solution-tester/src/api/server.py index 95075ae..5ce5c52 100644 --- a/solution-tester/src/api/server.py +++ b/solution-tester/src/api/server.py @@ -51,6 +51,9 @@ async def lifespan(app: FastAPI): origins = [ "http://localhost:3001", "http://localhost:3000", + # or "http://localhost:YOUR_NEW_WEB_PORT" + #example + #"http://localhost:3050" ] app.add_middleware(