From 0a05491930fb34ce7c93c33ea0b7599360483fc7 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Fri, 20 Sep 2024 23:01:18 -0400 Subject: Push events into a module structure consistent with the rest of the project. --- src/events/mod.rs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/events/mod.rs (limited to 'src/events/mod.rs') diff --git a/src/events/mod.rs b/src/events/mod.rs new file mode 100644 index 0000000..f67ea04 --- /dev/null +++ b/src/events/mod.rs @@ -0,0 +1,5 @@ +pub mod app; +pub mod repo; +mod routes; + +pub use self::routes::router; -- cgit v1.2.3