edit health endpoint

This commit is contained in:
austnv
2026-06-14 16:10:42 +03:00
parent e43b417e6f
commit 0360cd0cc1
+1 -1
View File
@@ -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"}