mirror of
https://github.com/Xevion/banner.git
synced 2025-12-16 18:11:12 -06:00
feat: implement simple web service, improve ServiceManager encapsulation
This commit is contained in:
5
src/web/mod.rs
Normal file
5
src/web/mod.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
//! Web API module for the banner application.
|
||||
|
||||
pub mod routes;
|
||||
|
||||
pub use routes::*;
|
||||
Reference in New Issue
Block a user