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