diff --git a/app/main.py b/app/main.py index a8c0fb4..7d71f5e 100644 --- a/app/main.py +++ b/app/main.py @@ -38,9 +38,6 @@ app = FastAPI( root_path_in_servers=False ) - -app = FastAPI() - origins = [ "*", # Allow all origins ]