fix
All checks were successful
CI/CD Pipeline / build (push) Successful in 1m30s
CI/CD Pipeline / deploy (push) Successful in 1m28s

This commit is contained in:
2026-05-02 09:24:24 +02:00
parent c75f3b344c
commit fa358b7379

View File

@@ -1,6 +1,5 @@
# main.py
from fastapi import FastAPI
import os, datetime
app = FastAPI()
_healthy = True