diff --git a/server/api_server/api_server_start.py b/server/api_server/api_server_start.py index 8db6acd6..eefdb77a 100755 --- a/server/api_server/api_server_start.py +++ b/server/api_server/api_server_start.py @@ -114,6 +114,7 @@ if not _cors_origins: "http://localhost:20212", "http://127.0.0.1:20211", "http://127.0.0.1:20212", + "*" # Allow all origins as last resort ] CORS(