diff --git a/main.py b/main.py index 73fea0e..174ad51 100644 --- a/main.py +++ b/main.py @@ -14,7 +14,7 @@ app = FastAPI( version=get_version_from_pyproject() ) -@app.get("/api/health") +@app.get("/api/v1/health") async def health_check(): return {"status": "healthy", "service": "uvpn-backend"}