edit health endpoint
This commit is contained in:
@@ -14,7 +14,7 @@ app = FastAPI(
|
|||||||
version=get_version_from_pyproject()
|
version=get_version_from_pyproject()
|
||||||
)
|
)
|
||||||
|
|
||||||
@app.get("/api/health")
|
@app.get("/api/v1/health")
|
||||||
async def health_check():
|
async def health_check():
|
||||||
return {"status": "healthy", "service": "uvpn-backend"}
|
return {"status": "healthy", "service": "uvpn-backend"}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user