fix(admin): harden health readiness and add health response controls (#2662)

This commit is contained in:
houseme
2026-04-24 01:37:42 +08:00
committed by GitHub
parent 47247789ad
commit 572dd1264e
9 changed files with 438 additions and 46 deletions
+2
View File
@@ -31,6 +31,8 @@ pub use constants::env::*;
#[cfg(feature = "constants")]
pub use constants::heal::*;
#[cfg(feature = "constants")]
pub use constants::health::*;
#[cfg(feature = "constants")]
pub use constants::object::*;
#[cfg(feature = "constants")]
pub use constants::profiler::*;