From f39bd285bda3fc70f5dd5788977d94584084ffc1 Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Sun, 3 Dec 2023 13:08:32 -0500 Subject: [PATCH] remove comment --- backend/main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/main.py b/backend/main.py index 108c4dc..d62e0b3 100644 --- a/backend/main.py +++ b/backend/main.py @@ -19,8 +19,6 @@ from access_token import validate_access_token app = FastAPI(openapi_url=None, docs_url=None, redoc_url=None) -# Configure CORS - # Configure CORS settings app.add_middleware( CORSMiddleware,