Skip to content

Commit

Permalink
fix: fic cors error
Browse files Browse the repository at this point in the history
  • Loading branch information
joboy-dev committed Aug 8, 2024
1 parent 7673dac commit 4624f8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ async def lifespan(app: FastAPI):
origins = [
"http://localhost:3000",
"http://localhost:3001",
'https://anchor-python.teams.hng.tech',
]


Expand Down

0 comments on commit 4624f8d

Please sign in to comment.