diff --git a/src/main.py b/src/main.py index 5bdbcd1..9546af5 100644 --- a/src/main.py +++ b/src/main.py @@ -49,8 +49,7 @@ async def lifespan(app: FastAPI): app = FastAPI(lifespan=lifespan) origins = [ - "http://127.0.0.1:8080", - "http://0.0.0.0:8080" #Will become something like 'bordspellen2.yarnecoppens.com' + "*" ] app.add_middleware(