ga2-15b5d1 / main.py
dikro's picture
Update main.py
2212b8c verified
raw
history blame contribute delete
193 Bytes
import os
from fastapi import FastAPI
app = FastAPI()
@app.get("/")
def read_root():
return {"message": "Deployment-ready GA2 observability API"}
# Add your observability endpoints here