Test CI
All checks were successful
Build and Push Docker Images / changes (push) Successful in 4s
Build and Push Docker Images / build-backend (push) Has been skipped
Build and Push Docker Images / build-frontend (push) Has been skipped

This commit is contained in:
2025-02-27 17:29:42 +01:00
parent 4f0dd76436
commit 7a0d6ca781

View File

@@ -4,6 +4,11 @@ from fastapi.responses import HTMLResponse
from app.config import settings
import logging
logger = logging.getLogger(__name__)
logger.info(f"Starting app")
app = FastAPI(
title=settings.PROJECT_NAME,
version=settings.VERSION,