This commit is contained in:
2026-01-04 12:38:41 +01:00
parent 96765342d1
commit 1a4b706702
14 changed files with 230 additions and 31 deletions

View File

@@ -11,5 +11,6 @@ mod context;
pub use server::HTTPServer;
pub use error::HTTPError;
pub use context::RequestContext;
pub use web::WSHub;
pub type AppRouter = Router<AppState>;