Fix some issues 2

This commit is contained in:
2026-01-25 20:32:14 +01:00
parent 83f84de610
commit 1cd5500b80
6 changed files with 9 additions and 9 deletions

View File

@@ -18,7 +18,7 @@ from app.core.config import settings
logger = structlog.get_logger()
router = APIRouter(prefix="/api/v1/public", tags=["public-contact"])
router = APIRouter(prefix="/public", tags=["public-contact"])
# ================================================================
# PYDANTIC MODELS