From a4cc2c774f266d1f6decbc2f1acae2e132405189 Mon Sep 17 00:00:00 2001 From: Alex Wellnitz Date: Sat, 21 Sep 2024 10:03:11 +0200 Subject: [PATCH] fix(backend): set the right cors --- backend/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/main.py b/backend/main.py index 9f29c23..89c2fe5 100644 --- a/backend/main.py +++ b/backend/main.py @@ -26,7 +26,6 @@ origins = [ "http://localhost", "http://localhost:3000", "https://sim-free.dev-null.rocks", - "*" ] app.add_middleware(