M0: scaffold — uv project, FastAPI health, pytest
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
0
backend/tft/__init__.py
Normal file
0
backend/tft/__init__.py
Normal file
0
backend/tft/api/__init__.py
Normal file
0
backend/tft/api/__init__.py
Normal file
8
backend/tft/api/app.py
Normal file
8
backend/tft/api/app.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from fastapi import FastAPI
|
||||
|
||||
app = FastAPI(title="tft-sim")
|
||||
|
||||
|
||||
@app.get("/health")
|
||||
def health() -> dict:
|
||||
return {"status": "ok"}
|
||||
Reference in New Issue
Block a user