Files
aitbc/.gitea/workflows
aitbc 8495b558ea
Some checks failed
Production Tests / Production Integration Tests (push) Failing after 1m12s
fix: correct uvicorn module path from src.app.main to app.main in production tests
Changed uvicorn application path from src.app.main:app to app.main:app in both
startup and cleanup steps to match the actual module structure where src is
already in PYTHONPATH.
2026-04-19 19:54:28 +02:00
..