Skip to content

Commit

Permalink
Merge pull request #833 from joboy-dev/fix/cors-issue
Browse files Browse the repository at this point in the history
fix: fix CORS issue
  • Loading branch information
Goketech authored Aug 8, 2024
2 parents 48edbbe + 6fe6707 commit fb8283c
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 fb8283c

Please sign in to comment.