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

View File

@@ -1,3 +1,4 @@
// src/handlers/mod.rs
pub mod health;
pub mod user;