@@ -0,0 +1,7 @@
from fastapi import APIRouter
router = APIRouter()
@router.head("/")
async def health_check():
return {"status": "ok"}
The note is not visible to the blocked user.