build(render.yaml): fix health check route

This commit is contained in:
Krrish Dholakia 2024-05-24 09:45:28 -07:00
parent cf4ca0ef64
commit f8a82f5779

View file

@ -8,5 +8,5 @@ services:
- key: PORT
value: 4000
numInstances: 1
healthCheckPath: /health
healthCheckPath: /health/liveliness
autoDeploy: true