Spaces:
Running
Running
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
|