diff --git a/src/lct_web/main.py b/src/lct_web/main.py index c5bb0b3..cae896e 100644 --- a/src/lct_web/main.py +++ b/src/lct_web/main.py @@ -28,6 +28,7 @@ app.add_middleware( CORSMiddleware, + allow_origins=["*"], allow_methods=["GET"], allow_headers=["Content-Type"], )