From f8507833fef5fe3b7c2f2957ee0203438ab00a48 Mon Sep 17 00:00:00 2001 From: mrzaizai2k Date: Tue, 1 Oct 2024 15:34:56 +0700 Subject: [PATCH] test cors 2 --- src/api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api.py b/src/api.py index da3eb86..36e74c0 100644 --- a/src/api.py +++ b/src/api.py @@ -95,6 +95,7 @@ async def lifespan(app: FastAPI): "http://localhost", "http://localhost:80", "http://13.212.194.138", + "http://jwt-frontend-container:3000", ] # Add SERVER_IP to allowed origins if it exists