You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The server only handles POST /query — every other request returns a 404. Add a GET /health endpoint that returns { "status": "ok" } so monitoring tools and load balancers can check if the server is up.
The server only handles
POST /query— every other request returns a 404. Add aGET /healthendpoint that returns{ "status": "ok" }so monitoring tools and load balancers can check if the server is up.