From ca9aaec41402c3ba0c342e7ccc23215628eb8b1c Mon Sep 17 00:00:00 2001 From: Andrew R Date: Thu, 27 Apr 2023 13:47:40 -0400 Subject: [PATCH] add more domains to cors --- velconnect/main.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/velconnect/main.py b/velconnect/main.py index 8d761e1..04af785 100644 --- a/velconnect/main.py +++ b/velconnect/main.py @@ -17,6 +17,9 @@ origins = [ "http://localhost:8080", "http://localhost:8000", "http://localhost:8005", + "http://localhost:5173", + "https://convrged.ugavel.com", + "http://convrged.ugavel.com", ] app.add_middleware(