remove comment
This commit is contained in:
parent
6849026779
commit
f39bd285bd
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user