从 Fastapi 的文档中排除驱动器的 HTTP 上报地址

This commit is contained in:
明见 2022-01-08 22:19:45 +08:00 committed by GitHub
parent 95415659ce
commit 096f0d72f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -179,6 +179,7 @@ class Driver(ReverseDriver):
_handle,
name=setup.name,
methods=[setup.method],
include_in_schema=False,
)
@overrides(ReverseDriver)