From 15cf6b3675be2c249a87e1c29180af30a246ddd3 Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Tue, 4 Aug 2026 19:47:43 -0500 Subject: [PATCH] =?UTF-8?q?fix(docs):=20cambiar=20ruta=20/docs=20=E2=86=92?= =?UTF-8?q?=20/documentacion=20para=20evitar=20conflicto=20con=20Swagger?= =?UTF-8?q?=20FastAPI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- app/routes/docs.py | 2 +- app/templates/base.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/routes/docs.py b/app/routes/docs.py index 2f6ee60..b86ee86 100644 --- a/app/routes/docs.py +++ b/app/routes/docs.py @@ -1,7 +1,7 @@ from fastapi import APIRouter, Request, Depends from app.auth import get_current_user -router = APIRouter(prefix="/docs", tags=["docs"]) +router = APIRouter(prefix="/documentacion", tags=["docs"]) @router.get("") diff --git a/app/templates/base.html b/app/templates/base.html index e37f73e..c1434e0 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -117,7 +117,7 @@ Actividad
- + Documentación