瀏覽代碼

enable docs

Erwin Jacimino 8 月之前
父節點
當前提交
c7e74c35ed
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      app.py

+ 1 - 3
app.py

@@ -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"
             )