mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 08:16:34 +00:00
add python scaffold folder and autodevelopment system
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from fastapi import FastAPI
|
||||
|
||||
app = FastAPI()
|
||||
|
||||
|
||||
@app.get("/health")
|
||||
def health():
|
||||
return {"status": "healthy"}
|
||||
Reference in New Issue
Block a user