From 4624f8d10510f24f82895473ed81967dd03d1b0d Mon Sep 17 00:00:00 2001 From: "Adegbehingbe, Oluwakorede Joseph" Date: Thu, 8 Aug 2024 19:17:14 +0100 Subject: [PATCH] fix: fic cors error --- main.py | 1 + 1 file changed, 1 insertion(+) 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', ]