diff --git a/backend/main.py b/backend/main.py index 25afded..5ed4232 100644 --- a/backend/main.py +++ b/backend/main.py @@ -29,12 +29,7 @@ app = FastAPI( ) origins = [ - "http://localhost", - "http://localhost:3000", - "http://localhost:8000/*", - "http://127.0.0.1", - "http://127.0.0.1:3000", - "http://127.0.0.1:8000/*", + "*", "https://sim-free.dev-null.rocks", ]