From b0d74fcfd012ca95fce30b46855c604cdb6e85cb Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Mon, 24 Oct 2022 10:48:02 -0400 Subject: [PATCH] Minor changes --- app/main.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/main.py b/app/main.py index 0b0aba6..638dca8 100644 --- a/app/main.py +++ b/app/main.py @@ -454,6 +454,11 @@ origins = [ 'http://lci.internal:5000', # Using internal; just in case guess before LCI 'http://lci.oneskyit.internal:5000', # Using internal; just in case guess before LCI + 'http://lci.oneskyit.internal', # Using internal; just in case guess before LCI + + 'http://lci.local:5000', # Using local; just in case guess before LCI + 'http://lci.oneskyit.local:5000', # Using local; just in case guess before LCI + 'http://lci.oneskyit.local', # Using local; just in case guess before LCI 'https://dev-api.oneskyit.com', 'https://ishlt.oneskyit.com',