From 5ff106e910544788bc916626ae7665cb26e5af30 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Fri, 11 Oct 2024 20:55:36 -0400 Subject: Provide a separate "initial setup" endpoint that creates a user. --- src/setup/mod.rs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/setup/mod.rs (limited to 'src/setup/mod.rs') diff --git a/src/setup/mod.rs b/src/setup/mod.rs new file mode 100644 index 0000000..5a8fa37 --- /dev/null +++ b/src/setup/mod.rs @@ -0,0 +1,6 @@ +pub mod app; +pub mod middleware; +pub mod repo; +mod routes; + +pub use self::routes::router; -- cgit v1.2.3