Fix CI
All checks were successful
Build and Push Docker Images / changes (push) Successful in 5s
Build and Push Docker Images / build-backend (push) Successful in 51s
Build and Push Docker Images / build-frontend (push) Successful in 56s

This commit is contained in:
2025-02-27 17:50:02 +01:00
parent 4436977089
commit 1b2db7d5f4
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ import logging
logger = logging.getLogger(__name__)
logger.info(f"Starting app!")
logger.info(f"Starting app!!!")
app = FastAPI(
title=settings.PROJECT_NAME,
version=settings.VERSION,