mirror of
https://github.com/neondatabase/neon.git
synced 2026-06-04 05:50:38 +00:00
Which is mainly generational state (terms) and useful LSNs. Also add /status basic healthcheck request which is now used in tests to determine the safekeeper is up; this fixes #726. ref #115
3 lines
45 B
Rust
3 lines
45 B
Rust
pub mod routes;
|
|
pub use routes::make_router;
|