disabled docs
This commit is contained in:
parent
16d1c9853b
commit
f0230bbbc3
@ -32,7 +32,7 @@ if not exists(DATABASE):
|
||||
save_database(DATABASE, {'data-used': 0})
|
||||
|
||||
|
||||
api = FastAPI()
|
||||
api = FastAPI(docs_url=None, redoc_url=None)
|
||||
|
||||
|
||||
class MaxSizePerRequestError(Exception):
|
||||
|
Loading…
Reference in New Issue
Block a user