From 1fc254aac7610bdf80a9711f2a45e9a10b0e9c4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20=C5=9E=C3=BCkr=C3=BC=20Bekta=C5=9F?= Date: Thu, 6 Nov 2025 22:17:17 +0300 Subject: [PATCH] Update server.py --- solution-tester/src/api/server.py | 3 +++ 1 file changed, 3 insertions(+) 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(