Update README.md to reflect project renaming and simplify installation instructions for Azaion.Autopilot

This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-03-26 00:39:40 +02:00
parent d8f91ef6a9
commit 15ca9868d5
4 changed files with 20 additions and 168 deletions
+8
View File
@@ -0,0 +1,8 @@
from fastapi import FastAPI
app = FastAPI()
@app.get("/health")
def health():
return {"status": "healthy"}