From f31626f51c9827846443d7eabbe35949a58abf63 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Sun, 24 Oct 2021 18:42:29 -0400 Subject: [PATCH] Updated CORS --- app/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/main.py b/app/main.py index 8bc9cdc..4b48801 100644 --- a/app/main.py +++ b/app/main.py @@ -317,6 +317,7 @@ origins = [ 'http://localhost:5000', 'http://localhost:8080', 'http://localhost:7800', + 'http://app-local.oneskyit.com', 'http://cmsc.home:5000', 'http://cmsc.localhost:5000', 'http://connect.home:5000',