diff --git a/backend/main.py b/backend/main.py index 4a983c0..3f25660 100644 --- a/backend/main.py +++ b/backend/main.py @@ -174,7 +174,7 @@ app = FastAPI( description="Backend for next-gen sample management system", version=project_version, servers=[ - {"url": "https://mx-aare-test.psi.ch:1492", "description": "Default server"} + {"url": "https://mx-aare-test.psi.ch:8000", "description": "Default server"} ], ) # Apply CORS middleware