Appearance
Simple health check endpoint. No authentication required.
curl http://localhost:3000/api/health
{ "status": "ok", "version": "0.1.0" }
Returns 200 OK when the server is running.
200 OK