diff --git a/main.py b/main.py index a2d0ab53e..f75185f1d 100644 --- a/main.py +++ b/main.py @@ -41,6 +41,7 @@ async def lifespan(app: FastAPI): origins = [ "http://localhost:3000", "http://localhost:3001", + 'https://anchor-python.teams.hng.tech', ]