{
  "status": "ok",
  "service": "dineary-api",
  "version": "1.0",
  "environment": "production",
  "endpoints": {
    "health": {
      "GET /health": "API gateway health check with detailed stats",
      "GET /user/health": "User service health",
      "GET /post/health": "Post service health",
      "GET /feed/health": "Feed service health",
      "GET /admin/health": "Admin service health"
    },
    "user_service": {
      "base": "/user/api/v1/*",
      "port": 3001
    },
    "post_service": {
      "base": "/post/api/v1/*",
      "port": 3002
    },
    "feed_service": {
      "base": "/feed/api/v1/*",
      "port": 3003
    },
    "admin_service": {
      "base": "/admin/api/v1/*",
      "port": 3004
    }
  }
}