diff --git a/backend/main.py b/backend/main.py index 142b2ab..25afded 100644 --- a/backend/main.py +++ b/backend/main.py @@ -31,10 +31,10 @@ app = FastAPI( origins = [ "http://localhost", "http://localhost:3000", - "http://localhost:8000", + "http://localhost:8000/*", "http://127.0.0.1", "http://127.0.0.1:3000", - "http://127.0.0.1:8000", + "http://127.0.0.1:8000/*", "https://sim-free.dev-null.rocks", ]