Disable API docs that display very much broken due to missing request/response typing.
This commit is contained in:
@@ -26,7 +26,7 @@ from paskia.util import hostutil, htmlutil, passphrase, userinfo, vitedev
|
||||
|
||||
bearer_auth = HTTPBearer(auto_error=True)
|
||||
|
||||
app = FastAPI()
|
||||
app = FastAPI(docs_url=None, redoc_url=None, openapi_url=None)
|
||||
|
||||
app.mount("/user", user.app)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user