Update v0.ts

This commit is contained in:
Nicolas 2024-11-20 16:43:02 -08:00
parent 3eaa3b38ab
commit 93e106d321

View File

@ -27,4 +27,4 @@ v0Router.post("/v0/search", searchController);
// Health/Probe routes
v0Router.get("/v0/health/liveness", livenessController);
v0Router.get("/v0/health/readiness", readinessController);
v0Router.get("/v0/health/readiness", readinessController);