feat: implement simple web service, improve ServiceManager encapsulation

This commit is contained in:
2025-08-27 11:58:57 -05:00
parent 2ec899cf25
commit 9972357cf6
9 changed files with 235 additions and 35 deletions

5
src/web/mod.rs Normal file
View File

@@ -0,0 +1,5 @@
//! Web API module for the banner application.
pub mod routes;
pub use routes::*;