From 192c85fa303ac247a7c58b15efa6d0fee2a4da10 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Fri, 6 May 2022 19:54:22 -0400 Subject: [PATCH] Updated CORS --- app/main.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/main.py b/app/main.py index a7c89a3..d003fc4 100644 --- a/app/main.py +++ b/app/main.py @@ -393,6 +393,9 @@ origins = [ 'http://dev-ishlt.localhost:5000', # Using localhost 'http://ishlt.localhost:5000', # Using localhost + + 'https://dev-api.oneskyit.com', + 'https://ishlt.oneskyit.com', ] app.add_middleware(