@@ -27,9 +27,7 @@ def create_app() -> FastAPI:
app = FastAPI(
title="Web Pedidos Klein - FastAPI Backend",
description="Backend for the Web Pedidos Klein application using FastAPI",
- version="1.0.0",
- docs_url=None,
- redoc_url=None
+ version="1.0.0"
)