Skip to content

Commit

Permalink
test cors 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzaizai2k committed Oct 1, 2024
1 parent d47d1d1 commit f850783
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f850783

Please sign in to comment.