menorki commited on
Commit
9607910
1 Parent(s): 37cb335
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ if not MONGOATLAS_URI:
80
  # Disable urllib3 warnings (sent by requests)
81
  # requests.packages.urllib3.disable_warnings()
82
 
83
- app = FastAPI()
84
  #app.config.from_pyfile('flaskapp.cfg')
85
 
86
  port = 5000
 
80
  # Disable urllib3 warnings (sent by requests)
81
  # requests.packages.urllib3.disable_warnings()
82
 
83
+ app = FastAPI(docs_url=None, redoc_url=None, openapi_url=None)
84
  #app.config.from_pyfile('flaskapp.cfg')
85
 
86
  port = 5000