Код: Выделить всё
app = FastAPI(
title="Test",
version="0.1.0"
)
< /code>
HTML
Код: Выделить всё
Test - Swagger UI
< /code>
Is there a way to remove this - Swagger UI
Подробнее здесь: https://stackoverflow.com/questions/714 ... in-fastapi
Код: Выделить всё
app = FastAPI(
title="Test",
version="0.1.0"
)
< /code>
HTML
Код: Выделить всё
Test - Swagger UI
< /code>
Is there a way to remove this - Swagger UI