split up application
Build and Push Docker Images / build-and-push (push) Successful in 33s

This commit is contained in:
2025-05-02 21:15:30 +02:00
parent 2b893ca47a
commit de3919a4b5
15 changed files with 1020 additions and 1 deletions
@@ -0,0 +1,7 @@
from fastapi import APIRouter
router = APIRouter()
@router.head("/")
async def health_check():
return {"status": "ok"}