@riddix/hamh 2.1.0-alpha.608 → 2.1.0-alpha.609

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -151488,6 +151488,9 @@ var WebApi = class extends Service {
151488
151488
  realm: "Home Assistant Matter Hub"
151489
151489
  });
151490
151490
  return (req, res, next) => {
151491
+ if (req.path === "/api/health/live" || req.path === "/api/health/ready") {
151492
+ return next();
151493
+ }
151491
151494
  if (envMiddleware) {
151492
151495
  return envMiddleware(req, res, next);
151493
151496
  }