From 9551c89ed84e9284247b514fb4f1be4885008f21 Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Thu, 8 Aug 2024 05:32:37 -0400 Subject: [PATCH] do it --- server/src/main.rs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/server/src/main.rs b/server/src/main.rs index 6ddcdcd..5c2b856 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -62,6 +62,15 @@ async fn main() -> Result<()> { }); // Make an outgoing message handler handler + // DO it + // DO it + // DO it + // DO it + // DO it + // DO it + // DO it + // DO it + // DO it // Spawn task to handle User things let user_handler = UserHandler::new(app_state.clone());