Close to the ui final version

This commit is contained in:
Marco De Araujo 2025-12-24 14:47:57 -04:00
parent d614ec4d18
commit b130c4550d
9 changed files with 46 additions and 69 deletions

View file

@ -1,5 +1,2 @@
pub mod heartbeat;
pub mod status_page;
pub use heartbeat::HeartbeatResponse;
pub use status_page::StatusPageResponse;

View file

@ -1,4 +1,3 @@
pub mod model;
pub mod parser;
pub use model::StatusPageResponse;
pub use parser::parse_response;