add user endpoint

This commit is contained in:
2025-08-15 18:38:57 -04:00
parent 34a6f211de
commit 8a05f4edac
8 changed files with 72 additions and 1 deletions

3
src/routes/user/mod.rs Normal file
View File

@@ -0,0 +1,3 @@
// src/routes/user/mod.rs
pub mod user;