diff --git a/main.py b/main.py index f889c48..48a2a8a 100644 --- a/main.py +++ b/main.py @@ -27,8 +27,9 @@ tags_metadata = [ def create_app(): - application = FastAPI(dependencies=[Depends(get_token_header)], - openapi_tags=tags_metadata) + # application = FastAPI(dependencies=[Depends(get_token_header)], + # openapi_tags=tags_metadata) + application = FastAPI() return application