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',