mirror of
https://github.com/Xevion/banner.git
synced 2026-01-31 06:23:37 -06:00
feat: implement simple web service, improve ServiceManager encapsulation
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
//! Web API module for the banner application.
|
||||
|
||||
pub mod routes;
|
||||
|
||||
pub use routes::*;
|
||||
Reference in New Issue
Block a user